GetElasticSanResult

data class GetElasticSanResult(val availabilityZones: List<String>? = null, val azureApiVersion: String, val baseSizeTiB: Double, val extendedCapacitySizeTiB: Double, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalIops: Double, val totalMBps: Double, val totalSizeTiB: Double, val totalVolumeSizeGiB: Double, val type: String, val volumeGroupCount: Double)

Response for ElasticSan request.

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>? = null, azureApiVersion: String, baseSizeTiB: Double, extendedCapacitySizeTiB: Double, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalIops: Double, totalMBps: Double, totalSizeTiB: Double, totalVolumeSizeGiB: Double, type: String, volumeGroupCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Logical zone for Elastic San resource; example: "1".

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Base size of the Elastic San appliance in TiB.

Link copied to clipboard

Extended size of the Elastic San appliance in TiB.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The list of Private Endpoint Connections.

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.

Link copied to clipboard

resource sku

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Total Provisioned IOPS of the Elastic San appliance.

Link copied to clipboard

Total Provisioned MBps Elastic San appliance.

Link copied to clipboard

Total size of the Elastic San appliance in TB.

Link copied to clipboard

Total size of the provisioned Volumes in GiB.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Total number of volume groups in this Elastic San appliance.