Infoblox::Grid::DataCollection::IPInfo - A data collection IP information object.


NAME

Infoblox::Grid::DataCollection::IPInfo - A data collection IP information object.


DESCRIPTION

The Data Collection IP information object is used to configure the list of data collector virtual machines in the data collection cluster.


SESSION METHODS

The object does not support any session methods.


MODULE METHODS

The following functions are available to be applied to a data collection IP information object.

Infoblox::Grid::DataCollection::Cluster->datacollector_vms( )

Use this method to retrieve the list of data collector virtual machines. This is a read-only attribute. See Infoblox::Grid::DataCollection::Cluster->datacollector_vms() for parameters and return values.

Example
 #Get datacollector_vms value
 my $datacollector_vms = $object->datacollector_vms();


METHODS

This section describes all the methods that can be used to retrieve the attribute values of a data collection IP information.

Note that this is a read-only object.

ip_address( )

Use this method to retrieve the virtual machine IP address. This is a read-only attribute.

Omit the parameter to retrieve the attribute value.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get ip_address value
 my $ip_address = $object->ip_address();

nat_enabled( )

Use this method or retrieve the flag that indicates whether the NAT translation of the virtual machine IP address is enabled or disabled. This is a read-only attribute.

Omit the parameter to retrieve the attribute value.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get enable_nat value
 my $enable_nat = $object->enable_nat();

nat_group( )

Use this method to retrieve the virtual machine NAT group. This is a read-only attribute.

Omit the parameter to retrieve the attribute value.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get nat_group value
 my $nat_group = $object->nat_group();

nat_ip( )

Use this method to retrieve the virtual machine external IP address. This is a read-only attribute.

Omit the parameter to retrieve the attribute value.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get nat_ip value
 my $nat_ip = $object->nat_ip();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::Grid::DataCollection::Cluster, Infoblox::Grid::DataCollection::Cluster->datacollector_vms()


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.