models.fleet_network_params module

class models.fleet_network_params.FleetNetworkParams(region=None, subnet=None, vpc=None)[source]

Bases: object

Implementation of the ‘FleetNetworkParams’ model.

Specifies the various network params for the fleet.

Attributes:

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