Infoblox::Grid::UpdatesDownloadMemberConfig - An Updates Download Member Configuration object.
The Updates Download Member Configuration object provides information and settings for configuring Member that is responsible for updates download.
my $http_proxy_setting = Infoblox::Grid::UpdatesDownloadMemberConfig->new( member => $string | undef, #Required interface => 'ANY' | 'VIP' | 'LAN2' | 'MGMT', #Required );
The object does not support any session methods.
The following functions are available to be applied to a Updates Download Member Configuration object.
Use this method to set or retrieve the list of updates download member configurations. See Infoblox::Grid->updates_download_member_config() for parameters andreturn values.
#Get updates_download_member_config value my $updates_download_member_config = $grid->updates_download_member_config();
#Modify updates_download_member_config value $grid->updates_download_member_config([$conf1, $conf2]);
This section describes all the methods that you can use to configure and retrieve the attribute values of a Updates Download Member Configuration object.
Use this method to set or retrieve the source interface for updates download requests.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
The valid values are 'ANY', 'VIP', 'LAN2' and 'MGMT'.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get interface value my $interface = $obj->interface();
#Modify interface value $obj->interface('ANY');
Use this method to retrieve the flag that indicates whether the updates download member is on-line or not.
Omit the parameter to retrieve the attribute value.
None
The method returns the attribute value.
#Get is_online value my $is_online = $obj->is_online();
Use this method to set or retrieve the updates download member name.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
The valid value is a desired member's name in a string format or undef for Grid Master.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get member value my $member = $obj->member();
#Modify member value $obj->member('desired-member.com');
#Modify member value to Grid Master $obj->member(undef);
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid, Infoblox::Grid->updates_download_member_config()
Copyright (c) 2017 Infoblox Inc.