models_v2.update_fleet_env_info_request module

class models_v2.update_fleet_env_info_request.UpdateFleetEnvInfoRequest(iam_role=None, region=None, vpc_id=None, subnet_id=None, security_group_id=None)[source]

Bases: object

Implementation of the ‘Update Fleet Env Info Request.’ model.

Specifies the params to add fleet env info.

Attributes:

iam_role (string): Specifies the IAM role used to create instances. region (string): Specifies the Region of the CE cluster. vpc_id (string): Specifies the VPC of the CE cluster. subnet_id (string): Specifies the Subnet of the CE cluster. security_group_id (string): Specifies the security group Id.

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.