次の方法で共有


VcfLicenseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.avs.fluent.models.VcfLicenseInner

Implements

public class VcfLicenseInner
implements JsonSerializable<VcfLicenseInner>

A VMware Cloud Foundation license.

Constructor Summary

Constructor Description
VcfLicenseInner()

Creates an instance of VcfLicenseInner class.

Method Summary

Modifier and Type Method and Description
static VcfLicenseInner fromJson(JsonReader jsonReader)

Reads an instance of VcfLicenseInner from the JsonReader.

VcfLicenseKind kind()

Get the kind property: License kind.

LicenseProvisioningState provisioningState()

Get the provisioningState property: The state of the license provisioning.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of VcfLicenseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the VcfLicenseInner.

kind

public VcfLicenseKind kind()

Get the kind property: License kind.

Returns:

the kind value.

provisioningState

public LicenseProvisioningState provisioningState()

Get the provisioningState property: The state of the license provisioning.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to