Class GetImageResult
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.GetImageResult
-
public final class GetImageResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetImageResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetImageResult.Builder
builder()
static GetImageResult.Builder
builder(GetImageResult defaults)
java.util.Optional<ExtendedLocationResponse>
extendedLocation()
java.util.Optional<java.lang.String>
hyperVGeneration()
java.lang.String
id()
java.lang.String
location()
java.lang.String
name()
java.lang.String
provisioningState()
java.util.Optional<SubResourceResponse>
sourceVirtualMachine()
java.util.Optional<ImageStorageProfileResponse>
storageProfile()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
extendedLocation
public java.util.Optional<ExtendedLocationResponse> extendedLocation()
- Returns:
- The extended location of the Image.
-
hyperVGeneration
public java.util.Optional<java.lang.String> hyperVGeneration()
- Returns:
- Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource.
-
id
public java.lang.String id()
- Returns:
- Resource Id
-
location
public java.lang.String location()
- Returns:
- Resource location
-
name
public java.lang.String name()
- Returns:
- Resource name
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state.
-
sourceVirtualMachine
public java.util.Optional<SubResourceResponse> sourceVirtualMachine()
- Returns:
- The source virtual machine from which Image is created.
-
storageProfile
public java.util.Optional<ImageStorageProfileResponse> storageProfile()
- Returns:
- Specifies the storage settings for the virtual machine disks.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags
-
type
public java.lang.String type()
- Returns:
- Resource type
-
builder
public static GetImageResult.Builder builder()
-
builder
public static GetImageResult.Builder builder(GetImageResult defaults)
-
-