SCClusterNetworkEnvironmentEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SCClusterNetworkEnvironmentEntity
- com.
Implements
public final class SCClusterNetworkEnvironmentEntity
implements JsonSerializable<SCClusterNetworkEnvironmentEntity>
The environment or the network to which cluster belongs.
Constructor Summary
| Constructor | Description |
|---|---|
| SCClusterNetworkEnvironmentEntity() |
Creates an instance of SCCluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
environment()
Get the environment property: Environment of the referred resource. |
|
static
SCCluster |
fromJson(JsonReader jsonReader)
Reads an instance of SCCluster |
| 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 resource |
|
Json |
toJson(JsonWriter jsonWriter) |
|
SCCluster |
withEnvironment(String environment)
Set the environment property: Environment of the referred resource. |
|
SCCluster |
withId(String id)
Set the id property: ID of the referred resource. |
|
SCCluster |
withRelated(String related)
Set the related property: API URL for accessing or modifying the referred object. |
|
SCCluster |
withResourceName(String resourceName)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
SCClusterNetworkEnvironmentEntity
public SCClusterNetworkEnvironmentEntity()
Creates an instance of SCClusterNetworkEnvironmentEntity class.
Method Details
environment
public String environment()
Get the environment property: Environment of the referred resource.
Returns:
fromJson
public static SCClusterNetworkEnvironmentEntity fromJson(JsonReader jsonReader)
Reads an instance of SCClusterNetworkEnvironmentEntity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: ID of the referred resource.
Returns:
related
public String related()
Get the related property: API URL for accessing or modifying the referred object.
Returns:
resourceName
public String resourceName()
Get the resourceName property: CRN reference to the referred resource.
Returns:
toJson
withEnvironment
public SCClusterNetworkEnvironmentEntity withEnvironment(String environment)
Set the environment property: Environment of the referred resource.
Parameters:
Returns:
withId
public SCClusterNetworkEnvironmentEntity withId(String id)
Set the id property: ID of the referred resource.
Parameters:
Returns:
withRelated
public SCClusterNetworkEnvironmentEntity withRelated(String related)
Set the related property: API URL for accessing or modifying the referred object.
Parameters:
Returns:
withResourceName
public SCClusterNetworkEnvironmentEntity withResourceName(String resourceName)
Set the resourceName property: CRN reference to the referred resource.
Parameters:
Returns: