Class GetVirtualMachineInstanceResult
- java.lang.Object
-
- com.pulumi.azurenative.azurestackhci.outputs.GetVirtualMachineInstanceResult
-
public final class GetVirtualMachineInstanceResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetVirtualMachineInstanceResult.Builder
-
Method Summary
-
-
-
Method Detail
-
extendedLocation
public java.util.Optional<ExtendedLocationResponse> extendedLocation()
- Returns:
- The extendedLocation of the resource.
-
guestAgentInstallStatus
public java.util.Optional<GuestAgentInstallStatusResponse> guestAgentInstallStatus()
- Returns:
- Guest agent install status.
-
hardwareProfile
public java.util.Optional<VirtualMachineInstancePropertiesResponseHardwareProfile> hardwareProfile()
- Returns:
- HardwareProfile - Specifies the hardware settings for the virtual machine instance.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
identity
public java.util.Optional<IdentityResponse> identity()
- Returns:
- Identity for the resource.
-
instanceView
public VirtualMachineInstanceViewResponse instanceView()
- Returns:
- The virtual machine instance view.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
networkProfile
public java.util.Optional<VirtualMachineInstancePropertiesResponseNetworkProfile> networkProfile()
- Returns:
- NetworkProfile - describes the network configuration the virtual machine instance
-
osProfile
public java.util.Optional<VirtualMachineInstancePropertiesResponseOsProfile> osProfile()
- Returns:
- OsProfile - describes the configuration of the operating system and sets login data
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning state of the virtual machine instance.
-
resourceUid
public java.util.Optional<java.lang.String> resourceUid()
- Returns:
- Unique identifier defined by ARC to identify the guest of the VM.
-
securityProfile
public java.util.Optional<VirtualMachineInstancePropertiesResponseSecurityProfile> securityProfile()
- Returns:
- SecurityProfile - Specifies the security settings for the virtual machine instance.
-
status
public VirtualMachineInstanceStatusResponse status()
- Returns:
- The observed state of virtual machine instances
-
storageProfile
public java.util.Optional<VirtualMachineInstancePropertiesResponseStorageProfile> storageProfile()
- Returns:
- StorageProfile - contains information about the disks and storage information for the virtual machine instance
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
vmId
public java.lang.String vmId()
- Returns:
- Unique identifier for the vm resource.
-
builder
public static GetVirtualMachineInstanceResult.Builder builder()
-
builder
public static GetVirtualMachineInstanceResult.Builder builder(GetVirtualMachineInstanceResult defaults)
-
-