Class OSOptionProperty
java.lang.Object
com.azure.resourcemanager.containerservice.models.OSOptionProperty
OS option property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the enableFipsImage property: Whether the image is FIPS-enabled.osType()Get the osType property: The OS type.voidvalidate()Validates the instance.withEnableFipsImage(boolean enableFipsImage) Set the enableFipsImage property: Whether the image is FIPS-enabled.withOsType(String osType) Set the osType property: The OS type.
-
Constructor Details
-
OSOptionProperty
public OSOptionProperty()
-
-
Method Details
-
osType
Get the osType property: The OS type.- Returns:
- the osType value.
-
withOsType
Set the osType property: The OS type.- Parameters:
osType- the osType value to set.- Returns:
- the OSOptionProperty object itself.
-
enableFipsImage
public boolean enableFipsImage()Get the enableFipsImage property: Whether the image is FIPS-enabled.- Returns:
- the enableFipsImage value.
-
withEnableFipsImage
Set the enableFipsImage property: Whether the image is FIPS-enabled.- Parameters:
enableFipsImage- the enableFipsImage value to set.- Returns:
- the OSOptionProperty object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-