次の方法で共有


ClusterNetworkEntity Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.models.ClusterNetworkEntity

Implements

public final class ClusterNetworkEntity
implements JsonSerializable<ClusterNetworkEntity>

The network associated with this object.

Method Summary

Modifier and Type Method and Description
String environment()

Get the environment property: Environment of the referred resource.

static ClusterNetworkEntity fromJson(JsonReader jsonReader)

Reads an instance of ClusterNetworkEntity from the JsonReader.

String id()

Get the id property: ID of the referred resource.

String related()

Get the related property: API URL for accessing or modifying the referred object.

String resourceName()

Get the resourceName property: CRN reference to the referred resource.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

environment

public String environment()

Get the environment property: Environment of the referred resource.

Returns:

the environment value.

fromJson

public static ClusterNetworkEntity fromJson(JsonReader jsonReader)

Reads an instance of ClusterNetworkEntity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ClusterNetworkEntity 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 ClusterNetworkEntity.

id

public String id()

Get the id property: ID of the referred resource.

Returns:

the id value.

related

public String related()

Get the related property: API URL for accessing or modifying the referred object.

Returns:

the related value.

resourceName

public String resourceName()

Get the resourceName property: CRN reference to the referred resource.

Returns:

the resourceName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to