Get Arc Setting Result
data class GetArcSettingResult(val aggregateState: String, val arcInstanceResourceGroup: String, val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val perNodeDetails: List<PerNodeStateResponse>, val provisioningState: String, val type: String)
ArcSetting details.
Constructors
Link copied to clipboard
constructor(aggregateState: String, arcInstanceResourceGroup: String, createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, name: String, perNodeDetails: List<PerNodeStateResponse>, provisioningState: String, type: String)
Properties
Link copied to clipboard
Aggregate state of Arc agent across the nodes in this HCI cluster.
Link copied to clipboard
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.
Link copied to clipboard
The type of identity that created the resource.
Link copied to clipboard
The timestamp of resource last modification (UTC)
Link copied to clipboard
The identity that last modified the resource.
Link copied to clipboard
The type of identity that last modified the resource.
Link copied to clipboard
State of Arc agent in each of the nodes.
Link copied to clipboard
Provisioning state of the ArcSetting proxy resource.