Container Class
Represents a container on the Data Box Edge/Gateway device.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datab.models._models_py3.ARMBaseModelContainer
Constructor
Container(*, data_format: Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.AzureContainerDataFormat], **kwargs)
Parameters
- data_format
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.AzureContainerDataFormat>
Required. DataFormat for Container. Possible values include: "BlockBlob", "PageBlob", "AzureFile".
Variables
- id
- str
The path ID that uniquely identifies the object.
- name
- str
The object name.
- type
- str
The hierarchical type of the object.
- system_data
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.SystemData>
Container in DataBoxEdge Resource.
- container_status
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.ContainerStatus>
Current status of the container. Possible values include: "OK", "Offline", "Unknown", "Updating", "NeedsAttention".
- refresh_details
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.RefreshDetails>
Details of the refresh job on this container.
- created_date_time
- datetime
The UTC time when container got created.
Feedback
Submit and view feedback for