VirtualMachineInstance Interface

public interface VirtualMachineInstance

An immutable client-side representation of VirtualMachineInstance.

Method Summary

Modifier and Type Method and Description
abstract ExtendedLocation extendedLocation()

Gets the extendedLocation property: Gets or sets the extended location.

abstract HardwareProfile hardwareProfile()

Gets the hardwareProfile property: Hardware properties.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract InfrastructureProfile infrastructureProfile()

Gets the infrastructureProfile property: Gets the infrastructure profile.

abstract VirtualMachineInstanceInner innerModel()

Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract NetworkProfile networkProfile()

Gets the networkProfile property: Network properties.

abstract OsProfileForVMInstance osProfile()

Gets the osProfile property: OS properties.

abstract PlacementProfile placementProfile()

Gets the placementProfile property: Placement properties.

abstract String powerState()

Gets the powerState property: Gets the power state of the virtual machine.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Gets the provisioning state.

abstract String resourceUid()

Gets the resourceUid property: Gets or sets a unique identifier for the vm resource.

abstract SecurityProfile securityProfile()

Gets the securityProfile property: Gets the security profile.

abstract List<ResourceStatus> statuses()

Gets the statuses property: The resource status information.

abstract StorageProfile storageProfile()

Gets the storageProfile property: Storage properties.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

extendedLocation

public abstract ExtendedLocation extendedLocation()

Gets the extendedLocation property: Gets or sets the extended location.

Returns:

the extendedLocation value.

hardwareProfile

public abstract HardwareProfile hardwareProfile()

Gets the hardwareProfile property: Hardware properties.

Returns:

the hardwareProfile value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

infrastructureProfile

public abstract InfrastructureProfile infrastructureProfile()

Gets the infrastructureProfile property: Gets the infrastructure profile.

Returns:

the infrastructureProfile value.

innerModel

public abstract VirtualMachineInstanceInner innerModel()

Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

networkProfile

public abstract NetworkProfile networkProfile()

Gets the networkProfile property: Network properties.

Returns:

the networkProfile value.

osProfile

public abstract OsProfileForVMInstance osProfile()

Gets the osProfile property: OS properties.

Returns:

the osProfile value.

placementProfile

public abstract PlacementProfile placementProfile()

Gets the placementProfile property: Placement properties.

Returns:

the placementProfile value.

powerState

public abstract String powerState()

Gets the powerState property: Gets the power state of the virtual machine.

Returns:

the powerState value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Gets the provisioning state.

Returns:

the provisioningState value.

resourceUid

public abstract String resourceUid()

Gets the resourceUid property: Gets or sets a unique identifier for the vm resource.

Returns:

the resourceUid value.

securityProfile

public abstract SecurityProfile securityProfile()

Gets the securityProfile property: Gets the security profile.

Returns:

the securityProfile value.

statuses

public abstract List<ResourceStatus> statuses()

Gets the statuses property: The resource status information.

Returns:

the statuses value.

storageProfile

public abstract StorageProfile storageProfile()

Gets the storageProfile property: Storage properties.

Returns:

the storageProfile value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to