Class Capabilities
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.models.Capabilities
-
public final class Capabilities extends Object
The regional capabilities.
-
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilitiesCapabilitiescapabilities()Get the capabilities property: The supported capabilities.Stringgpu()Get the gpu property: The GPU sku that this capability describes.StringipAddressType()Get the ipAddressType property: The ip address type that this capability describes.Stringlocation()Get the location property: The resource location.StringosType()Get the osType property: The OS type that this capability describes.StringresourceType()Get the resourceType property: The resource type that this capability describes.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
resourceType
public String resourceType()
Get the resourceType property: The resource type that this capability describes.- Returns:
- the resourceType value.
-
osType
public String osType()
Get the osType property: The OS type that this capability describes.- Returns:
- the osType value.
-
location
public String location()
Get the location property: The resource location.- Returns:
- the location value.
-
ipAddressType
public String ipAddressType()
Get the ipAddressType property: The ip address type that this capability describes.- Returns:
- the ipAddressType value.
-
gpu
public String gpu()
Get the gpu property: The GPU sku that this capability describes.- Returns:
- the gpu value.
-
capabilities
public CapabilitiesCapabilities capabilities()
Get the capabilities property: The supported capabilities.- Returns:
- the capabilities value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-