Infoblox::Grid::Member::PreProvisioning::Hardware - PreProvisioning hardware info object.
An Infoblox::Grid::Member::PreProvisioning::Hardware object represents pre-provisioned data for the hardware model.
my $hw = Infoblox::Grid::Member::PreProvisioning->new( hwtype => $string, # Optional / one of IB-100,IB-810, IB-820, IB-1410, IB-1420, IB-2210, IB-FLEX, # IB-2220, IB-4010, IB-4030, PT-1400, PT-2200, PT-4000, IB-RSP2, IB-VM, IB-VNIOS hwmodel => $string, # Optional / one of: # - for IB-4010 are Rev1, Rev2; # - for IB-4030 are Rev1, Rev2; # - for PT-4000 is Rev2; # - for IB-RSP2 is [TBD]; # - for IB-VNIOS are IB-VM-100, IB-VM-810, IB-VM-820, IB-VM-RSP, IB-VM-1410, IB-VM-1420, IB-VM-2210, IB-VM-2220, IB-VM-4010; );
This section describes all the methods that can be used to configure and retrieve the attribute values of an Infoblox::Grid::Member::PreProvisioning::Hardware object.
Use this method to set or retrieve the hardware type.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
Valid value is a valid hardware type string.
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 hwtype() my $hwt = $hw->hwtype(); #Modify hwtype $hw->hwtype('PT-4000');
Use this method to set or retrieve the hardware model.
Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.
Valid value is a valid hardware model string.
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 hwmodel() my $hwm = $hw->hwmodel(); #Modify hwmodel $hw->hwmodel('Rev2');
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Member, Infoblox::Grid::Member::PreProvisioning
Copyright (c) 2017 Infoblox Inc.