1. Packages
  2. Azure Native
  3. API Docs
  4. azurestackhci
  5. getCluster
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi

azure-native.azurestackhci.getCluster

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi

    Get HCI cluster. Azure REST API version: 2023-03-01.

    Other available API versions: 2022-01-01, 2022-09-01, 2022-12-15-preview, 2023-06-01, 2023-08-01, 2023-08-01-preview.

    Using getCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(cluster_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
    func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput

    > Note: This function is named LookupCluster in the Go SDK.

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:azurestackhci:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string

    The name of the cluster.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    ClusterName string

    The name of the cluster.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    clusterName String

    The name of the cluster.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    clusterName string

    The name of the cluster.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    cluster_name str

    The name of the cluster.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    clusterName String

    The name of the cluster.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    getCluster Result

    The following output properties are available:

    BillingModel string

    Type of billing applied to the resource.

    CloudId string

    Unique, immutable resource id.

    Id string

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

    LastBillingTimestamp string

    Most recent billing meter timestamp.

    LastSyncTimestamp string

    Most recent cluster sync timestamp.

    Location string

    The geo-location where the resource lives

    Name string

    The name of the resource

    PrincipalId string

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    ProvisioningState string

    Provisioning state.

    RegistrationTimestamp string

    First cluster sync timestamp.

    ReportedProperties Pulumi.AzureNative.AzureStackHCI.Outputs.ClusterReportedPropertiesResponse

    Properties reported by cluster agent.

    ResourceProviderObjectId string

    Object id of RP Service Principal

    ServiceEndpoint string

    Region specific DataPath Endpoint of the cluster.

    Status string

    Status of the cluster agent.

    SystemData Pulumi.AzureNative.AzureStackHCI.Outputs.SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    TenantId string

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    TrialDaysRemaining double

    Number of days remaining in the trial period.

    Type string

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

    AadApplicationObjectId string

    Object id of cluster AAD identity.

    AadClientId string

    App id of cluster AAD identity.

    AadServicePrincipalObjectId string

    Id of cluster identity service principal.

    AadTenantId string

    Tenant id of cluster AAD identity.

    CloudManagementEndpoint string

    Endpoint configured for management from the Azure portal.

    DesiredProperties Pulumi.AzureNative.AzureStackHCI.Outputs.ClusterDesiredPropertiesResponse

    Desired properties of the cluster.

    SoftwareAssuranceProperties Pulumi.AzureNative.AzureStackHCI.Outputs.SoftwareAssurancePropertiesResponse

    Software Assurance properties of the cluster.

    Tags Dictionary<string, string>

    Resource tags.

    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.AzureStackHCI.Outputs.UserAssignedIdentityResponse>

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    BillingModel string

    Type of billing applied to the resource.

    CloudId string

    Unique, immutable resource id.

    Id string

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

    LastBillingTimestamp string

    Most recent billing meter timestamp.

    LastSyncTimestamp string

    Most recent cluster sync timestamp.

    Location string

    The geo-location where the resource lives

    Name string

    The name of the resource

    PrincipalId string

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    ProvisioningState string

    Provisioning state.

    RegistrationTimestamp string

    First cluster sync timestamp.

    ReportedProperties ClusterReportedPropertiesResponse

    Properties reported by cluster agent.

    ResourceProviderObjectId string

    Object id of RP Service Principal

    ServiceEndpoint string

    Region specific DataPath Endpoint of the cluster.

    Status string

    Status of the cluster agent.

    SystemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    TenantId string

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    TrialDaysRemaining float64

    Number of days remaining in the trial period.

    Type string

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

    AadApplicationObjectId string

    Object id of cluster AAD identity.

    AadClientId string

    App id of cluster AAD identity.

    AadServicePrincipalObjectId string

    Id of cluster identity service principal.

    AadTenantId string

    Tenant id of cluster AAD identity.

    CloudManagementEndpoint string

    Endpoint configured for management from the Azure portal.

    DesiredProperties ClusterDesiredPropertiesResponse

    Desired properties of the cluster.

    SoftwareAssuranceProperties SoftwareAssurancePropertiesResponse

    Software Assurance properties of the cluster.

    Tags map[string]string

    Resource tags.

    UserAssignedIdentities map[string]UserAssignedIdentityResponse

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    billingModel String

    Type of billing applied to the resource.

    cloudId String

    Unique, immutable resource id.

    id String

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

    lastBillingTimestamp String

    Most recent billing meter timestamp.

    lastSyncTimestamp String

    Most recent cluster sync timestamp.

    location String

    The geo-location where the resource lives

    name String

    The name of the resource

    principalId String

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    provisioningState String

    Provisioning state.

    registrationTimestamp String

    First cluster sync timestamp.

    reportedProperties ClusterReportedPropertiesResponse

    Properties reported by cluster agent.

    resourceProviderObjectId String

    Object id of RP Service Principal

    serviceEndpoint String

    Region specific DataPath Endpoint of the cluster.

    status String

    Status of the cluster agent.

    systemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    tenantId String

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    trialDaysRemaining Double

    Number of days remaining in the trial period.

    type String

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

    aadApplicationObjectId String

    Object id of cluster AAD identity.

    aadClientId String

    App id of cluster AAD identity.

    aadServicePrincipalObjectId String

    Id of cluster identity service principal.

    aadTenantId String

    Tenant id of cluster AAD identity.

    cloudManagementEndpoint String

    Endpoint configured for management from the Azure portal.

    desiredProperties ClusterDesiredPropertiesResponse

    Desired properties of the cluster.

    softwareAssuranceProperties SoftwareAssurancePropertiesResponse

    Software Assurance properties of the cluster.

    tags Map<String,String>

    Resource tags.

    userAssignedIdentities Map<String,UserAssignedIdentityResponse>

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    billingModel string

    Type of billing applied to the resource.

    cloudId string

    Unique, immutable resource id.

    id string

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

    lastBillingTimestamp string

    Most recent billing meter timestamp.

    lastSyncTimestamp string

    Most recent cluster sync timestamp.

    location string

    The geo-location where the resource lives

    name string

    The name of the resource

    principalId string

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    provisioningState string

    Provisioning state.

    registrationTimestamp string

    First cluster sync timestamp.

    reportedProperties ClusterReportedPropertiesResponse

    Properties reported by cluster agent.

    resourceProviderObjectId string

    Object id of RP Service Principal

    serviceEndpoint string

    Region specific DataPath Endpoint of the cluster.

    status string

    Status of the cluster agent.

    systemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    tenantId string

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    trialDaysRemaining number

    Number of days remaining in the trial period.

    type string

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

    aadApplicationObjectId string

    Object id of cluster AAD identity.

    aadClientId string

    App id of cluster AAD identity.

    aadServicePrincipalObjectId string

    Id of cluster identity service principal.

    aadTenantId string

    Tenant id of cluster AAD identity.

    cloudManagementEndpoint string

    Endpoint configured for management from the Azure portal.

    desiredProperties ClusterDesiredPropertiesResponse

    Desired properties of the cluster.

    softwareAssuranceProperties SoftwareAssurancePropertiesResponse

    Software Assurance properties of the cluster.

    tags {[key: string]: string}

    Resource tags.

    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    billing_model str

    Type of billing applied to the resource.

    cloud_id str

    Unique, immutable resource id.

    id str

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

    last_billing_timestamp str

    Most recent billing meter timestamp.

    last_sync_timestamp str

    Most recent cluster sync timestamp.

    location str

    The geo-location where the resource lives

    name str

    The name of the resource

    principal_id str

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    provisioning_state str

    Provisioning state.

    registration_timestamp str

    First cluster sync timestamp.

    reported_properties ClusterReportedPropertiesResponse

    Properties reported by cluster agent.

    resource_provider_object_id str

    Object id of RP Service Principal

    service_endpoint str

    Region specific DataPath Endpoint of the cluster.

    status str

    Status of the cluster agent.

    system_data SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    tenant_id str

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    trial_days_remaining float

    Number of days remaining in the trial period.

    type str

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

    aad_application_object_id str

    Object id of cluster AAD identity.

    aad_client_id str

    App id of cluster AAD identity.

    aad_service_principal_object_id str

    Id of cluster identity service principal.

    aad_tenant_id str

    Tenant id of cluster AAD identity.

    cloud_management_endpoint str

    Endpoint configured for management from the Azure portal.

    desired_properties ClusterDesiredPropertiesResponse

    Desired properties of the cluster.

    software_assurance_properties SoftwareAssurancePropertiesResponse

    Software Assurance properties of the cluster.

    tags Mapping[str, str]

    Resource tags.

    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    billingModel String

    Type of billing applied to the resource.

    cloudId String

    Unique, immutable resource id.

    id String

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

    lastBillingTimestamp String

    Most recent billing meter timestamp.

    lastSyncTimestamp String

    Most recent cluster sync timestamp.

    location String

    The geo-location where the resource lives

    name String

    The name of the resource

    principalId String

    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

    provisioningState String

    Provisioning state.

    registrationTimestamp String

    First cluster sync timestamp.

    reportedProperties Property Map

    Properties reported by cluster agent.

    resourceProviderObjectId String

    Object id of RP Service Principal

    serviceEndpoint String

    Region specific DataPath Endpoint of the cluster.

    status String

    Status of the cluster agent.

    systemData Property Map

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    tenantId String

    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

    trialDaysRemaining Number

    Number of days remaining in the trial period.

    type String

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

    aadApplicationObjectId String

    Object id of cluster AAD identity.

    aadClientId String

    App id of cluster AAD identity.

    aadServicePrincipalObjectId String

    Id of cluster identity service principal.

    aadTenantId String

    Tenant id of cluster AAD identity.

    cloudManagementEndpoint String

    Endpoint configured for management from the Azure portal.

    desiredProperties Property Map

    Desired properties of the cluster.

    softwareAssuranceProperties Property Map

    Software Assurance properties of the cluster.

    tags Map<String>

    Resource tags.

    userAssignedIdentities Map<Property Map>

    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    Supporting Types

    ClusterDesiredPropertiesResponse

    DiagnosticLevel string

    Desired level of diagnostic data emitted by the cluster.

    WindowsServerSubscription string

    Desired state of Windows Server Subscription.

    DiagnosticLevel string

    Desired level of diagnostic data emitted by the cluster.

    WindowsServerSubscription string

    Desired state of Windows Server Subscription.

    diagnosticLevel String

    Desired level of diagnostic data emitted by the cluster.

    windowsServerSubscription String

    Desired state of Windows Server Subscription.

    diagnosticLevel string

    Desired level of diagnostic data emitted by the cluster.

    windowsServerSubscription string

    Desired state of Windows Server Subscription.

    diagnostic_level str

    Desired level of diagnostic data emitted by the cluster.

    windows_server_subscription str

    Desired state of Windows Server Subscription.

    diagnosticLevel String

    Desired level of diagnostic data emitted by the cluster.

    windowsServerSubscription String

    Desired state of Windows Server Subscription.

    ClusterNodeResponse

    CoreCount double

    Number of physical cores on the cluster node.

    EhcResourceId string

    Edge Hardware Center Resource Id

    Id double

    Id of the node in the cluster.

    LastLicensingTimestamp string

    Most recent licensing timestamp.

    Manufacturer string

    Manufacturer of the cluster node hardware.

    MemoryInGiB double

    Total available memory on the cluster node (in GiB).

    Model string

    Model name of the cluster node hardware.

    Name string

    Name of the cluster node.

    NodeType string

    Type of the cluster node hardware.

    OsDisplayVersion string

    Display version of the operating system running on the cluster node.

    OsName string

    Operating system running on the cluster node.

    OsVersion string

    Version of the operating system running on the cluster node.

    SerialNumber string

    Immutable id of the cluster node.

    WindowsServerSubscription string

    State of Windows Server Subscription.

    CoreCount float64

    Number of physical cores on the cluster node.

    EhcResourceId string

    Edge Hardware Center Resource Id

    Id float64

    Id of the node in the cluster.

    LastLicensingTimestamp string

    Most recent licensing timestamp.

    Manufacturer string

    Manufacturer of the cluster node hardware.

    MemoryInGiB float64

    Total available memory on the cluster node (in GiB).

    Model string

    Model name of the cluster node hardware.

    Name string

    Name of the cluster node.

    NodeType string

    Type of the cluster node hardware.

    OsDisplayVersion string

    Display version of the operating system running on the cluster node.

    OsName string

    Operating system running on the cluster node.

    OsVersion string

    Version of the operating system running on the cluster node.

    SerialNumber string

    Immutable id of the cluster node.

    WindowsServerSubscription string

    State of Windows Server Subscription.

    coreCount Double

    Number of physical cores on the cluster node.

    ehcResourceId String

    Edge Hardware Center Resource Id

    id Double

    Id of the node in the cluster.

    lastLicensingTimestamp String

    Most recent licensing timestamp.

    manufacturer String

    Manufacturer of the cluster node hardware.

    memoryInGiB Double

    Total available memory on the cluster node (in GiB).

    model String

    Model name of the cluster node hardware.

    name String

    Name of the cluster node.

    nodeType String

    Type of the cluster node hardware.

    osDisplayVersion String

    Display version of the operating system running on the cluster node.

    osName String

    Operating system running on the cluster node.

    osVersion String

    Version of the operating system running on the cluster node.

    serialNumber String

    Immutable id of the cluster node.

    windowsServerSubscription String

    State of Windows Server Subscription.

    coreCount number

    Number of physical cores on the cluster node.

    ehcResourceId string

    Edge Hardware Center Resource Id

    id number

    Id of the node in the cluster.

    lastLicensingTimestamp string

    Most recent licensing timestamp.

    manufacturer string

    Manufacturer of the cluster node hardware.

    memoryInGiB number

    Total available memory on the cluster node (in GiB).

    model string

    Model name of the cluster node hardware.

    name string

    Name of the cluster node.

    nodeType string

    Type of the cluster node hardware.

    osDisplayVersion string

    Display version of the operating system running on the cluster node.

    osName string

    Operating system running on the cluster node.

    osVersion string

    Version of the operating system running on the cluster node.

    serialNumber string

    Immutable id of the cluster node.

    windowsServerSubscription string

    State of Windows Server Subscription.

    core_count float

    Number of physical cores on the cluster node.

    ehc_resource_id str

    Edge Hardware Center Resource Id

    id float

    Id of the node in the cluster.

    last_licensing_timestamp str

    Most recent licensing timestamp.

    manufacturer str

    Manufacturer of the cluster node hardware.

    memory_in_gi_b float

    Total available memory on the cluster node (in GiB).

    model str

    Model name of the cluster node hardware.

    name str

    Name of the cluster node.

    node_type str

    Type of the cluster node hardware.

    os_display_version str

    Display version of the operating system running on the cluster node.

    os_name str

    Operating system running on the cluster node.

    os_version str

    Version of the operating system running on the cluster node.

    serial_number str

    Immutable id of the cluster node.

    windows_server_subscription str

    State of Windows Server Subscription.

    coreCount Number

    Number of physical cores on the cluster node.

    ehcResourceId String

    Edge Hardware Center Resource Id

    id Number

    Id of the node in the cluster.

    lastLicensingTimestamp String

    Most recent licensing timestamp.

    manufacturer String

    Manufacturer of the cluster node hardware.

    memoryInGiB Number

    Total available memory on the cluster node (in GiB).

    model String

    Model name of the cluster node hardware.

    name String

    Name of the cluster node.

    nodeType String

    Type of the cluster node hardware.

    osDisplayVersion String

    Display version of the operating system running on the cluster node.

    osName String

    Operating system running on the cluster node.

    osVersion String

    Version of the operating system running on the cluster node.

    serialNumber String

    Immutable id of the cluster node.

    windowsServerSubscription String

    State of Windows Server Subscription.

    ClusterReportedPropertiesResponse

    ClusterId string

    Unique id generated by the on-prem cluster.

    ClusterName string

    Name of the on-prem cluster connected to this resource.

    ClusterType string

    The node type of all the nodes of the cluster.

    ClusterVersion string

    Version of the cluster software.

    ImdsAttestation string

    IMDS attestation status of the cluster.

    LastUpdated string

    Last time the cluster reported the data.

    Manufacturer string

    The manufacturer of all the nodes of the cluster.

    Nodes List<Pulumi.AzureNative.AzureStackHCI.Inputs.ClusterNodeResponse>

    List of nodes reported by the cluster.

    SupportedCapabilities List<string>

    Capabilities supported by the cluster.

    DiagnosticLevel string

    Level of diagnostic data emitted by the cluster.

    ClusterId string

    Unique id generated by the on-prem cluster.

    ClusterName string

    Name of the on-prem cluster connected to this resource.

    ClusterType string

    The node type of all the nodes of the cluster.

    ClusterVersion string

    Version of the cluster software.

    ImdsAttestation string

    IMDS attestation status of the cluster.

    LastUpdated string

    Last time the cluster reported the data.

    Manufacturer string

    The manufacturer of all the nodes of the cluster.

    Nodes []ClusterNodeResponse

    List of nodes reported by the cluster.

    SupportedCapabilities []string

    Capabilities supported by the cluster.

    DiagnosticLevel string

    Level of diagnostic data emitted by the cluster.

    clusterId String

    Unique id generated by the on-prem cluster.

    clusterName String

    Name of the on-prem cluster connected to this resource.

    clusterType String

    The node type of all the nodes of the cluster.

    clusterVersion String

    Version of the cluster software.

    imdsAttestation String

    IMDS attestation status of the cluster.

    lastUpdated String

    Last time the cluster reported the data.

    manufacturer String

    The manufacturer of all the nodes of the cluster.

    nodes List<ClusterNodeResponse>

    List of nodes reported by the cluster.

    supportedCapabilities List<String>

    Capabilities supported by the cluster.

    diagnosticLevel String

    Level of diagnostic data emitted by the cluster.

    clusterId string

    Unique id generated by the on-prem cluster.

    clusterName string

    Name of the on-prem cluster connected to this resource.

    clusterType string

    The node type of all the nodes of the cluster.

    clusterVersion string

    Version of the cluster software.

    imdsAttestation string

    IMDS attestation status of the cluster.

    lastUpdated string

    Last time the cluster reported the data.

    manufacturer string

    The manufacturer of all the nodes of the cluster.

    nodes ClusterNodeResponse[]

    List of nodes reported by the cluster.

    supportedCapabilities string[]

    Capabilities supported by the cluster.

    diagnosticLevel string

    Level of diagnostic data emitted by the cluster.

    cluster_id str

    Unique id generated by the on-prem cluster.

    cluster_name str

    Name of the on-prem cluster connected to this resource.

    cluster_type str

    The node type of all the nodes of the cluster.

    cluster_version str

    Version of the cluster software.

    imds_attestation str

    IMDS attestation status of the cluster.

    last_updated str

    Last time the cluster reported the data.

    manufacturer str

    The manufacturer of all the nodes of the cluster.

    nodes Sequence[ClusterNodeResponse]

    List of nodes reported by the cluster.

    supported_capabilities Sequence[str]

    Capabilities supported by the cluster.

    diagnostic_level str

    Level of diagnostic data emitted by the cluster.

    clusterId String

    Unique id generated by the on-prem cluster.

    clusterName String

    Name of the on-prem cluster connected to this resource.

    clusterType String

    The node type of all the nodes of the cluster.

    clusterVersion String

    Version of the cluster software.

    imdsAttestation String

    IMDS attestation status of the cluster.

    lastUpdated String

    Last time the cluster reported the data.

    manufacturer String

    The manufacturer of all the nodes of the cluster.

    nodes List<Property Map>

    List of nodes reported by the cluster.

    supportedCapabilities List<String>

    Capabilities supported by the cluster.

    diagnosticLevel String

    Level of diagnostic data emitted by the cluster.

    SoftwareAssurancePropertiesResponse

    LastUpdated string

    TimeStamp denoting the latest SA benefit applicability is validated.

    SoftwareAssuranceIntent string

    Customer Intent for Software Assurance Benefit.

    SoftwareAssuranceStatus string

    Status of the Software Assurance for the cluster.

    LastUpdated string

    TimeStamp denoting the latest SA benefit applicability is validated.

    SoftwareAssuranceIntent string

    Customer Intent for Software Assurance Benefit.

    SoftwareAssuranceStatus string

    Status of the Software Assurance for the cluster.

    lastUpdated String

    TimeStamp denoting the latest SA benefit applicability is validated.

    softwareAssuranceIntent String

    Customer Intent for Software Assurance Benefit.

    softwareAssuranceStatus String

    Status of the Software Assurance for the cluster.

    lastUpdated string

    TimeStamp denoting the latest SA benefit applicability is validated.

    softwareAssuranceIntent string

    Customer Intent for Software Assurance Benefit.

    softwareAssuranceStatus string

    Status of the Software Assurance for the cluster.

    last_updated str

    TimeStamp denoting the latest SA benefit applicability is validated.

    software_assurance_intent str

    Customer Intent for Software Assurance Benefit.

    software_assurance_status str

    Status of the Software Assurance for the cluster.

    lastUpdated String

    TimeStamp denoting the latest SA benefit applicability is validated.

    softwareAssuranceIntent String

    Customer Intent for Software Assurance Benefit.

    softwareAssuranceStatus String

    Status of the Software Assurance for the cluster.

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string

    The client ID of the assigned identity.

    PrincipalId string

    The principal ID of the assigned identity.

    ClientId string

    The client ID of the assigned identity.

    PrincipalId string

    The principal ID of the assigned identity.

    clientId String

    The client ID of the assigned identity.

    principalId String

    The principal ID of the assigned identity.

    clientId string

    The client ID of the assigned identity.

    principalId string

    The principal ID of the assigned identity.

    client_id str

    The client ID of the assigned identity.

    principal_id str

    The principal ID of the assigned identity.

    clientId String

    The client ID of the assigned identity.

    principalId String

    The principal ID of the assigned identity.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi