models_v2.fleet_network_params_2 module

class models_v2.fleet_network_params_2.FleetNetworkParams2(vpc=None, subnet=None)[source]

Bases: object

Implementation of the ‘FleetNetworkParams2’ model.

Specifies the network security groups within above VPC.

Attributes:

vpc (string): Specifies vpc for the fleet. subnet (string): Specifies subnet 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.