Package-level declarations
Types
Link copied to clipboard
data class BlobStorageClassTypePropertiesResponse(val azureStorageAccountKey: String, val azureStorageAccountName: String, val type: String)
The properties of Blob StorageClass
Link copied to clipboard
data class GetBgpPeerResult(val azureApiVersion: String, val id: String, val myAsn: Int, val name: String, val peerAddress: String, val peerAsn: Int, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)
Link copied to clipboard
data class GetLoadBalancerResult(val addresses: List<String>, val advertiseMode: String, val azureApiVersion: String, val bgpPeers: List<String>? = null, val id: String, val name: String, val provisioningState: String, val serviceSelector: Map<String, String>? = null, val systemData: SystemDataResponse, val type: String)
A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)
Link copied to clipboard
data class GetServiceResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val rpObjectId: String, val systemData: SystemDataResponse, val type: String)
A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)
Link copied to clipboard
data class GetStorageClassResult(val accessModes: List<String>? = null, val allowVolumeExpansion: String? = null, val azureApiVersion: String, val dataResilience: String? = null, val failoverSpeed: String? = null, val id: String, val limitations: List<String>? = null, val mountOptions: List<String>? = null, val name: String, val performance: String? = null, val priority: Double? = null, val provisioner: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val typeProperties: Any, val volumeBindingMode: String? = null)
A StorageClass resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)
Link copied to clipboard
The properties of Native StorageClass
Link copied to clipboard
Link copied to clipboard
data class RwxStorageClassTypePropertiesResponse(val backingStorageClassName: String, val type: String)
The properties of RWX StorageClass
Link copied to clipboard
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.