VirtualMachineInstance Interface
public interface VirtualMachineInstance
An immutable client-side representation of VirtualMachineInstance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Extended |
extendedLocation()
Gets the extended |
|
abstract
Hardware |
hardwareProfile()
Gets the hardware |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Infrastructure |
infrastructureProfile()
Gets the infrastructure |
|
abstract
Virtual |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Network |
networkProfile()
Gets the network |
|
abstract
Os |
osProfile()
Gets the os |
|
abstract
Placement |
placementProfile()
Gets the placement |
| abstract String |
powerState()
Gets the power |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
| abstract String |
resourceUid()
Gets the resource |
|
abstract
Security |
securityProfile()
Gets the security |
|
abstract
List<Resource |
statuses()
Gets the statuses property: The resource status information. |
|
abstract
Storage |
storageProfile()
Gets the storage |
|
abstract
System |
systemData()
Gets the system |
| 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:
hardwareProfile
public abstract HardwareProfile hardwareProfile()
Gets the hardwareProfile property: Hardware properties.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
infrastructureProfile
public abstract InfrastructureProfile infrastructureProfile()
Gets the infrastructureProfile property: Gets the infrastructure profile.
Returns:
innerModel
public abstract VirtualMachineInstanceInner innerModel()
Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
networkProfile
public abstract NetworkProfile networkProfile()
Gets the networkProfile property: Network properties.
Returns:
osProfile
public abstract OsProfileForVMInstance osProfile()
Gets the osProfile property: OS properties.
Returns:
placementProfile
public abstract PlacementProfile placementProfile()
Gets the placementProfile property: Placement properties.
Returns:
powerState
public abstract String powerState()
Gets the powerState property: Gets the power state of the virtual machine.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Gets the provisioning state.
Returns:
resourceUid
public abstract String resourceUid()
Gets the resourceUid property: Gets or sets a unique identifier for the vm resource.
Returns:
securityProfile
public abstract SecurityProfile securityProfile()
Gets the securityProfile property: Gets the security profile.
Returns:
statuses
public abstract List<ResourceStatus> statuses()
Gets the statuses property: The resource status information.
Returns:
storageProfile
public abstract StorageProfile storageProfile()
Gets the storageProfile property: Storage properties.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: