Class GuestAgentProfile
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.GuestAgentProfile
Defines the resource properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the agentVersion property: The hybrid machine agent full version.Get the errorDetails property: Details about the error state.Get the lastStatusChange property: The time of the last status change.status()
Get the status property: The status of the hybrid machine agent.void
validate()
Validates the instance.vmUuid()
Get the vmUuid property: Specifies the VM's unique SMBIOS ID.
-
Constructor Details
-
GuestAgentProfile
public GuestAgentProfile()
-
-
Method Details
-
vmUuid
Get the vmUuid property: Specifies the VM's unique SMBIOS ID.- Returns:
- the vmUuid value.
-
status
Get the status property: The status of the hybrid machine agent.- Returns:
- the status value.
-
lastStatusChange
Get the lastStatusChange property: The time of the last status change.- Returns:
- the lastStatusChange value.
-
agentVersion
Get the agentVersion property: The hybrid machine agent full version.- Returns:
- the agentVersion value.
-
errorDetails
Get the errorDetails property: Details about the error state.- Returns:
- the errorDetails value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-