models.a_w_s_fleet_params module¶
-
class
models.a_w_s_fleet_params.
AwsFleetParams
(fleet_subnet_type=None, fleet_tags=None, network_params_list=None)[source]¶ Bases:
object
Implementation of the ‘AwsFleetParams’ model.
Specifies various resources when deploying a VM to Fleet instances.
- Attributes:
- fleet_subnet_type (FleetSubnetTypeEnum): Specifies the subnet type of
the fleet. Specifies the type of the fleet subnet. ‘kCluster’ implies same subnet as of Cluster, valid only for Cloud Edition cluster. ‘kSourceVM’ implies same subnet as of source vm. ‘kCustom’ implies the custome subnet.
- fleet_tags (list of FleetTag): Specifies the tag information for the
fleet.
- network_params_list (list of FleetNetworkParams): Specifies the list
of network params for the fleet.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.