Infoblox::Grid::Member::PreProvisioning - Pre-Provisioned member object.
An Infoblox::Grid::Member::PreProvisioning object represents pre-provisioned data for a Grid member.
my $pp = Infoblox::Grid::Member::PreProvisioning->new( hardware_info => [$hw1, $hw2, ...], # Optional / an array of Infoblox::Grid::Member::PreProvisioning::Hardware objects licenses => [$lic1, $lic2, ...], # Optional / Default value is undefined );
This section describes all the methods that can be used to configure and retrieve the attribute values of an Infoblox::Grid::Member::PreProvisioning object.
Use this method to set or retrieve the hardware information.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
Valid value is an array of Infoblox::Grid::Member::PreProvisioning::Hardware objects.
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 get hardware_info() my $hw = $pp->hardware_info(); #Modify hardware_info $pp->hardware_info([$hw1, $hw2]);
Use this method to set or retrieve pre-provisioning licenses.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
Valid value is an array of valid licenses for each IB model type for the pre-provisioinig feature.
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 get license() my $lics = $pp->license(); #Modify hardwary_info $pp->license(['dns', 'dhcp']);
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Member, Infoblox::Grid::Member::PreProvisioning::Hardware
Copyright (c) 2017 Infoblox Inc.