models.replicate_snapshots_to_azure_params module

class models.replicate_snapshots_to_azure_params.ReplicateSnapshotsToAzureParams(resource_group=None, storage_account=None, storage_container=None, storage_resource_group=None)[source]

Bases: object

Implementation of the ‘ReplicateSnapshotsToAzureParams’ model.

This is populated for Azure snapshot manager replication.

Attributes:
resource_group (EntityProto): Specifies the attributes and the latest

statistics about an entity.

storage_account (EntityProto): Specifies the attributes and the latest

statistics about an entity.

storage_container (EntityProto): Specifies the attributes and the

latest statistics about an entity.

storage_resource_group (EntityProto): Specifies the attributes and the

latest statistics about an entity.

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.