ClusterProperties interface
Cluster properties.
Properties
| aad |
Object id of cluster AAD identity. |
| aad |
App id of cluster AAD identity. |
| aad |
Id of cluster identity service principal. |
| aad |
Tenant id of cluster AAD identity. |
| billing |
Type of billing applied to the resource. |
| cloud |
Unique, immutable resource id. |
| cloud |
Endpoint configured for management from the Azure portal. |
| cluster |
Supported Storage Type for HCI Cluster |
| connectivity |
Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated. |
| desired |
Desired properties of the cluster. |
| identity |
Identity Provider for the cluster |
| is |
Is Management Cluster, when true indicates that the cluster is used for managing other clusters |
| isolated |
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. |
| last |
Most recent billing meter timestamp. |
| last |
Most recent cluster sync timestamp. |
| local |
Local Availability Zone information for HCI cluster |
| log |
Log Collection properties of the cluster. |
| provisioning |
Provisioning state. Indicates the current lifecycle status of the resource, including creation, update, deletion, connectivity, and error states. |
| registration |
First cluster sync timestamp. |
| remote |
RemoteSupport properties of the cluster. |
| reported |
Properties reported by cluster agent. |
| resource |
Object id of RP Service Principal |
| secrets |
List of secret locations. |
| service |
Region specific DataPath Endpoint of the cluster. |
| software |
Software Assurance properties of the cluster. |
| status | Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster. |
| trial |
Number of days remaining in the trial period. |
Property Details
aadApplicationObjectId
Object id of cluster AAD identity.
aadApplicationObjectId?: string
Property Value
string
aadClientId
App id of cluster AAD identity.
aadClientId?: string
Property Value
string
aadServicePrincipalObjectId
Id of cluster identity service principal.
aadServicePrincipalObjectId?: string
Property Value
string
aadTenantId
Tenant id of cluster AAD identity.
aadTenantId?: string
Property Value
string
billingModel
Type of billing applied to the resource.
billingModel?: string
Property Value
string
cloudId
Unique, immutable resource id.
cloudId?: string
Property Value
string
cloudManagementEndpoint
Endpoint configured for management from the Azure portal.
cloudManagementEndpoint?: string
Property Value
string
clusterPattern
Supported Storage Type for HCI Cluster
clusterPattern?: string
Property Value
string
connectivityStatus
Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated.
connectivityStatus?: string
Property Value
string
desiredProperties
Desired properties of the cluster.
desiredProperties?: ClusterDesiredProperties
Property Value
identityProvider
Identity Provider for the cluster
identityProvider?: string
Property Value
string
isManagementCluster
Is Management Cluster, when true indicates that the cluster is used for managing other clusters
isManagementCluster?: boolean
Property Value
boolean
isolatedVmAttestationConfiguration
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration
Property Value
lastBillingTimestamp
Most recent billing meter timestamp.
lastBillingTimestamp?: Date
Property Value
Date
lastSyncTimestamp
Most recent cluster sync timestamp.
lastSyncTimestamp?: Date
Property Value
Date
localAvailabilityZones
Local Availability Zone information for HCI cluster
localAvailabilityZones?: LocalAvailabilityZones[]
Property Value
logCollectionProperties
Log Collection properties of the cluster.
logCollectionProperties?: LogCollectionProperties
Property Value
provisioningState
Provisioning state. Indicates the current lifecycle status of the resource, including creation, update, deletion, connectivity, and error states.
provisioningState?: string
Property Value
string
registrationTimestamp
First cluster sync timestamp.
registrationTimestamp?: Date
Property Value
Date
remoteSupportProperties
RemoteSupport properties of the cluster.
remoteSupportProperties?: RemoteSupportProperties
Property Value
reportedProperties
Properties reported by cluster agent.
reportedProperties?: ClusterReportedProperties
Property Value
resourceProviderObjectId
Object id of RP Service Principal
resourceProviderObjectId?: string
Property Value
string
secretsLocations
List of secret locations.
secretsLocations?: SecretsLocationDetails[]
Property Value
serviceEndpoint
Region specific DataPath Endpoint of the cluster.
serviceEndpoint?: string
Property Value
string
softwareAssuranceProperties
Software Assurance properties of the cluster.
softwareAssuranceProperties?: SoftwareAssuranceProperties
Property Value
status
Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster.
status?: string
Property Value
string
trialDaysRemaining
Number of days remaining in the trial period.
trialDaysRemaining?: number
Property Value
number