Infoblox::Grid::DataCollection::IPInfo - A data collection IP information object.
The Data Collection IP information object is used to configure the list of data collector virtual machines in the data collection cluster.
The object does not support any session methods.
The following functions are available to be applied to a data collection IP information object.
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.
#Get datacollector_vms value my $datacollector_vms = $object->datacollector_vms();
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.
Use this method to retrieve the virtual machine IP address. This is a read-only attribute.
Omit the parameter to retrieve the attribute value.
None
The method returns the attribute value.
#Get ip_address value my $ip_address = $object->ip_address();
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.
None
The method returns the attribute value.
#Get enable_nat value my $enable_nat = $object->enable_nat();
Use this method to retrieve the virtual machine NAT group. This is a read-only attribute.
Omit the parameter to retrieve the attribute value.
None
The method returns the attribute value.
#Get nat_group value my $nat_group = $object->nat_group();
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.
None
The method returns the attribute value.
#Get nat_ip value my $nat_ip = $object->nat_ip();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::DataCollection::Cluster, Infoblox::Grid::DataCollection::Cluster->datacollector_vms()
Copyright (c) 2017 Infoblox Inc.