ConfigurationInner Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. fluent. models. ConfigurationInner
- com.
Implements
public final class ConfigurationInner
implements JsonSerializable<ConfigurationInner>
Configuration object.
Constructor Summary
| Constructor | Description |
|---|---|
| ConfigurationInner() |
Creates an instance of Configuration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Availability |
availabilityInformation()
Get the availability |
|
Cost |
costInformation()
Get the cost |
| Description |
description()
Get the description property: Description related to the product system. |
| Dimensions |
dimensions()
Get the dimensions property: Dimensions of the configuration. |
| String |
displayName()
Get the display |
|
List<Filterable |
filterableProperties()
Get the filterable |
|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
|
Hierarchy |
hierarchyInformation()
Get the hierarchy |
|
List<Image |
imageInformation()
Get the image |
| List<Specification> |
specifications()
Get the specifications property: Specifications of the configuration. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationInner
public ConfigurationInner()
Creates an instance of ConfigurationInner class.
Method Details
availabilityInformation
public AvailabilityInformation availabilityInformation()
Get the availabilityInformation property: Availability information of the product system.
Returns:
costInformation
public CostInformation costInformation()
Get the costInformation property: Cost information for the product system.
Returns:
description
public Description description()
Get the description property: Description related to the product system.
Returns:
dimensions
public Dimensions dimensions()
Get the dimensions property: Dimensions of the configuration.
Returns:
displayName
public String displayName()
Get the displayName property: Display Name for the product system.
Returns:
filterableProperties
public List<FilterableProperty> filterableProperties()
Get the filterableProperties property: list of filters supported for a product.
Returns:
fromJson
public static ConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
hierarchyInformation
public HierarchyInformation hierarchyInformation()
Get the hierarchyInformation property: Hierarchy information of a product.
Returns:
imageInformation
public List<ImageInformation> imageInformation()
Get the imageInformation property: Image information for the product system.
Returns:
specifications
public List<Specification> specifications()
Get the specifications property: Specifications of the configuration.
Returns:
toJson
validate
public void validate()
Validates the instance.