GetMachineResult

data class GetMachineResult(val adFqdn: String, val agentConfiguration: AgentConfigurationResponse, val agentUpgrade: AgentUpgradeResponse? = null, val agentVersion: String, val azureApiVersion: String, val clientPublicKey: String? = null, val cloudMetadata: CloudMetadataResponse? = null, val detectedProperties: Map<String, String>, val displayName: String, val dnsFqdn: String, val domainName: String, val errorDetails: List<ErrorDetailResponse>, val extensions: List<MachineExtensionInstanceViewResponse>? = null, val id: String, val identity: IdentityResponse? = null, val kind: String? = null, val lastStatusChange: String, val licenseProfile: LicenseProfileMachineInstanceViewResponse? = null, val location: String, val locationData: LocationDataResponse? = null, val machineFqdn: String, val mssqlDiscovered: String? = null, val name: String, val networkProfile: NetworkProfileResponse, val osEdition: String, val osName: String, val osProfile: OSProfileResponse? = null, val osSku: String, val osType: String? = null, val osVersion: String, val parentClusterResourceId: String? = null, val privateLinkScopeResourceId: String? = null, val provisioningState: String, val resources: List<MachineExtensionResponse>, val serviceStatuses: ServiceStatusesResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmId: String? = null, val vmUuid: String)

Describes a hybrid machine.

Constructors

Link copied to clipboard
constructor(adFqdn: String, agentConfiguration: AgentConfigurationResponse, agentUpgrade: AgentUpgradeResponse? = null, agentVersion: String, azureApiVersion: String, clientPublicKey: String? = null, cloudMetadata: CloudMetadataResponse? = null, detectedProperties: Map<String, String>, displayName: String, dnsFqdn: String, domainName: String, errorDetails: List<ErrorDetailResponse>, extensions: List<MachineExtensionInstanceViewResponse>? = null, id: String, identity: IdentityResponse? = null, kind: String? = null, lastStatusChange: String, licenseProfile: LicenseProfileMachineInstanceViewResponse? = null, location: String, locationData: LocationDataResponse? = null, machineFqdn: String, mssqlDiscovered: String? = null, name: String, networkProfile: NetworkProfileResponse, osEdition: String, osName: String, osProfile: OSProfileResponse? = null, osSku: String, osType: String? = null, osVersion: String, parentClusterResourceId: String? = null, privateLinkScopeResourceId: String? = null, provisioningState: String, resources: List<MachineExtensionResponse>, serviceStatuses: ServiceStatusesResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmId: String? = null, vmUuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the AD fully qualified display name.

Link copied to clipboard

Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.

Link copied to clipboard

The info of the machine w.r.t Agent Upgrade

Link copied to clipboard

The hybrid machine agent full version.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val clientPublicKey: String? = null

Public Key that the client provides to be used during initial resource onboarding

Link copied to clipboard

The metadata of the cloud environment (Azure/GCP/AWS/OCI...).

Link copied to clipboard

Detected properties from the machine.

Link copied to clipboard

Specifies the hybrid machine display name.

Link copied to clipboard

Specifies the DNS fully qualified display name.

Link copied to clipboard

Specifies the Windows domain name.

Link copied to clipboard

Details about the error state.

Link copied to clipboard

Machine Extensions information (deprecated field)

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

Identity for the resource.

Link copied to clipboard
val kind: String? = null

Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.

Link copied to clipboard

The time of the last status change.

Link copied to clipboard

Specifies the License related properties for a machine.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Metadata pertaining to the geographic location of the resource.

Link copied to clipboard

Specifies the hybrid machine FQDN.

Link copied to clipboard
val mssqlDiscovered: String? = null

Specifies whether any MS SQL instance is discovered on the machine.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Information about the network the machine is on.

Link copied to clipboard

The edition of the Operating System.

Link copied to clipboard

The Operating System running on the hybrid machine.

Link copied to clipboard

Specifies the operating system settings for the hybrid machine.

Link copied to clipboard

Specifies the Operating System product SKU.

Link copied to clipboard
val osType: String? = null

The type of Operating System (windows/linux).

Link copied to clipboard

The version of Operating System running on the hybrid machine.

Link copied to clipboard

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

Link copied to clipboard

The resource id of the private link scope this machine is assigned to, if any.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The list of extensions affiliated to the machine

Link copied to clipboard

Statuses of dependent services that are reported back to ARM.

Link copied to clipboard

The status of the hybrid machine agent.

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

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

Link copied to clipboard
val vmId: String? = null

Specifies the hybrid machine unique ID.

Link copied to clipboard

Specifies the Arc Machine's unique SMBIOS ID