GetStorageTargetResult

data class GetStorageTargetResult(val allocationPercentage: Int, val azureApiVersion: String, val blobNfs: BlobNfsTargetResponse? = null, val clfs: ClfsTargetResponse? = null, val id: String, val junctions: List<NamespaceJunctionResponse>? = null, val location: String, val name: String, val nfs3: Nfs3TargetResponse? = null, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val targetType: String, val type: String, val unknown: UnknownTargetResponse? = null)

Type of the Storage Target.

Constructors

Link copied to clipboard
constructor(allocationPercentage: Int, azureApiVersion: String, blobNfs: BlobNfsTargetResponse? = null, clfs: ClfsTargetResponse? = null, id: String, junctions: List<NamespaceJunctionResponse>? = null, location: String, name: String, nfs3: Nfs3TargetResponse? = null, provisioningState: String, state: String? = null, systemData: SystemDataResponse, targetType: String, type: String, unknown: UnknownTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of cache space allocated for this storage target

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Properties when targetType is blobNfs.

Link copied to clipboard

Properties when targetType is clfs.

Link copied to clipboard
val id: String

Resource ID of the Storage Target.

Link copied to clipboard

List of cache namespace junctions to target for namespace associations.

Link copied to clipboard

Region name string.

Link copied to clipboard

Name of the Storage Target.

Link copied to clipboard

Properties when targetType is nfs3.

Link copied to clipboard

ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property

Link copied to clipboard
val state: String? = null

Storage target operational state.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

Type of the Storage Target.

Link copied to clipboard

Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget

Link copied to clipboard

Properties when targetType is unknown.