models_v2.fleet_config module

class models_v2.fleet_config.FleetConfig(fleet_subnet_type=None, fleet_network_params=None, fleet_tags=None)[source]

Bases: object

Implementation of the ‘FleetConfig’ model.

Specifies the fleet params.

Attributes:
fleet_subnet_type (FleetSubnetType3Enum): Specifies the subnet type of

the fleet.

fleet_network_params (FleetNetworkParams2): Specifies the network

security groups within above VPC.

fleet_tags (list of FleetTags): Specifies the network security groups

within above VPC.

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.