VcfLicenseInner Class
- java.
lang. Object - com.
azure. resourcemanager. avs. fluent. models. VcfLicenseInner
- com.
Implements
public class VcfLicenseInner
implements JsonSerializable<VcfLicenseInner>
A VMware Cloud Foundation license.
Constructor Summary
| Constructor | Description |
|---|---|
| VcfLicenseInner() |
Creates an instance of Vcf |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vcf |
fromJson(JsonReader jsonReader)
Reads an instance of Vcf |
|
Vcf |
kind()
Get the kind property: License kind. |
|
License |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
VcfLicenseInner
public VcfLicenseInner()
Creates an instance of VcfLicenseInner class.
Method Details
fromJson
public static VcfLicenseInner fromJson(JsonReader jsonReader)
Reads an instance of VcfLicenseInner from the JsonReader.
Parameters:
Returns:
Throws:
kind
public VcfLicenseKind kind()
Get the kind property: License kind.
Returns:
provisioningState
public LicenseProvisioningState provisioningState()
Get the provisioningState property: The state of the license provisioning.
Returns:
toJson
validate
public void validate()
Validates the instance.