models.aws_fleet_params_network_params module¶
-
class
models.aws_fleet_params_network_params.
AWSFleetParams_NetworkParams
(region=None, subnet=None, vpc=None)[source]¶ Bases:
object
Implementation of the ‘AWSFleetParams_NetworkParams’ model.
Network params for the fleet.
- Attributes:
region (string): Region for the VM. subnet (string): Subnet for the VM. vpc (string): VPC for the VM.
-
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.