Class OSOptionProfileInner
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.OSOptionProfileInner
-
public final class OSOptionProfileInner extends Object
The OS option profile.
-
-
Constructor Summary
Constructors Constructor Description OSOptionProfileInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The ID of the OS option resource.Stringname()Get the name property: The name of the OS option resource.List<OSOptionProperty>osOptionPropertyList()Get the osOptionPropertyList property: The list of OS options.Stringtype()Get the type property: The type of the OS option resource.voidvalidate()Validates the instance.OSOptionProfileInnerwithOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)Set the osOptionPropertyList property: The list of OS options.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The ID of the OS option resource.- Returns:
- the id value.
-
name
public String name()
Get the name property: The name of the OS option resource.- Returns:
- the name value.
-
type
public String type()
Get the type property: The type of the OS option resource.- Returns:
- the type value.
-
osOptionPropertyList
public List<OSOptionProperty> osOptionPropertyList()
Get the osOptionPropertyList property: The list of OS options.- Returns:
- the osOptionPropertyList value.
-
withOsOptionPropertyList
public OSOptionProfileInner withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)
Set the osOptionPropertyList property: The list of OS options.- Parameters:
osOptionPropertyList- the osOptionPropertyList value to set.- Returns:
- the OSOptionProfileInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-