Class CustomImagePropertiesCustomResponse
- java.lang.Object
-
- com.pulumi.azurenative.devtestlab.outputs.CustomImagePropertiesCustomResponse
-
public final class CustomImagePropertiesCustomResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomImagePropertiesCustomResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomImagePropertiesCustomResponse.Builder
builder()
static CustomImagePropertiesCustomResponse.Builder
builder(CustomImagePropertiesCustomResponse defaults)
java.util.Optional<java.lang.String>
imageName()
java.lang.String
osType()
java.util.Optional<java.lang.Boolean>
sysPrep()
-
-
-
Method Detail
-
imageName
public java.util.Optional<java.lang.String> imageName()
- Returns:
- The image name.
-
osType
public java.lang.String osType()
- Returns:
- The OS type of the custom image (i.e. Windows, Linux)
-
sysPrep
public java.util.Optional<java.lang.Boolean> sysPrep()
- Returns:
- Indicates whether sysprep has been run on the VHD.
-
builder
public static CustomImagePropertiesCustomResponse.Builder builder()
-
builder
public static CustomImagePropertiesCustomResponse.Builder builder(CustomImagePropertiesCustomResponse defaults)
-
-