GetContainerResult

data class GetContainerResult(val azureApiVersion: String, val containerStatus: String, val createdDateTime: String, val dataFormat: String, val id: String, val name: String, val refreshDetails: RefreshDetailsResponse, val systemData: SystemDataResponse, val type: String)

Represents a container on the Data Box Edge/Gateway device.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, containerStatus: String, createdDateTime: String, dataFormat: String, id: String, name: String, refreshDetails: RefreshDetailsResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Current status of the container.

Link copied to clipboard

The UTC time when container got created.

Link copied to clipboard

DataFormat for Container

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The object name.

Link copied to clipboard

Details of the refresh job on this container.

Link copied to clipboard

Metadata pertaining to creation and last modification of Container

Link copied to clipboard

The hierarchical type of the object.