CloudOffering Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. CloudOffering
- com.
Implements
public class CloudOffering
implements JsonSerializable<CloudOffering>
The security offering details.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudOffering() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The offering description. |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
Offering |
offeringType()
Get the offering |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CloudOffering
public CloudOffering()
Creates an instance of CloudOffering class.
Method Details
description
public String description()
Get the description property: The offering description.
Returns:
fromJson
public static CloudOffering fromJson(JsonReader jsonReader)
Reads an instance of CloudOffering from the JsonReader.
Parameters:
Returns:
Throws:
offeringType
public OfferingType offeringType()
Get the offeringType property: The type of the security offering.
Returns:
toJson
validate
public void validate()
Validates the instance.