VmStateDetails Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.VmStateDetails

public class VmStateDetails

Details about the state of the reference virtual machine.

Constructor Summary

Constructor Description
VmStateDetails()

Method Summary

Modifier and Type Method and Description
java.lang.String lastKnownPowerState()

Get last known compute power state captured in DTL.

java.lang.String powerState()

Get the power state of the reference virtual machine.

java.lang.String rdpAuthority()

Get the RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol).

java.lang.String sshAuthority()

Get the SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VmStateDetails

public VmStateDetails()

Method Details

lastKnownPowerState

public String lastKnownPowerState()

Get last known compute power state captured in DTL.

Returns:

the lastKnownPowerState value

powerState

public String powerState()

Get the power state of the reference virtual machine.

Returns:

the powerState value

rdpAuthority

public String rdpAuthority()

Get the RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol).

Returns:

the rdpAuthority value

sshAuthority

public String sshAuthority()

Get the SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH.

Returns:

the sshAuthority value

Applies to