models_v2.fleet_network_params module¶
-
class
models_v2.fleet_network_params.
FleetNetworkParams
(vpc=None, subnet=None)[source]¶ Bases:
object
Implementation of the ‘Fleet Network Params.’ model.
Specifies various network params for the fleet.
- 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.