azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

117 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity"
name: "ClusterByokEntity"
nameWithType: "ClusterByokEntity"
summary: "The network associated with this object."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ClusterByokEntity**"
constructors:
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.ClusterByokEntity()"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.ClusterByokEntity()"
name: "ClusterByokEntity()"
nameWithType: "ClusterByokEntity.ClusterByokEntity()"
summary: "Creates an instance of Cluster<wbr>Byok<wbr>Entity class."
syntax: "public ClusterByokEntity()"
desc: "Creates an instance of ClusterByokEntity class."
methods:
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.id()"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.id()"
name: "id()"
nameWithType: "ClusterByokEntity.id()"
summary: "Get the id property: ID of the referred resource."
syntax: "public String id()"
desc: "Get the id property: ID of the referred resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.related()"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.related()"
name: "related()"
nameWithType: "ClusterByokEntity.related()"
summary: "Get the related property: API URL for accessing or modifying the referred object."
syntax: "public String related()"
desc: "Get the related property: API URL for accessing or modifying the referred object."
returns:
description: "the related value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.resourceName()"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.resourceName()"
name: "resourceName()"
nameWithType: "ClusterByokEntity.resourceName()"
summary: "Get the resource<wbr>Name property: CRN reference to the referred resource."
syntax: "public String resourceName()"
desc: "Get the resourceName property: CRN reference to the referred resource."
returns:
description: "the resourceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.validate()"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.validate()"
name: "validate()"
nameWithType: "ClusterByokEntity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withId(String id)"
name: "withId(String id)"
nameWithType: "ClusterByokEntity.withId(String id)"
summary: "Set the id property: ID of the referred resource."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterByokEntity withId(String id)"
desc: "Set the id property: ID of the referred resource."
returns:
description: "the ClusterByokEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterByokEntity?alt=com.azure.resourcemanager.confluent.models.ClusterByokEntity&text=ClusterByokEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withRelated(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withRelated(String related)"
name: "withRelated(String related)"
nameWithType: "ClusterByokEntity.withRelated(String related)"
summary: "Set the related property: API URL for accessing or modifying the referred object."
parameters:
- description: "the related value to set."
name: "related"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterByokEntity withRelated(String related)"
desc: "Set the related property: API URL for accessing or modifying the referred object."
returns:
description: "the ClusterByokEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterByokEntity?alt=com.azure.resourcemanager.confluent.models.ClusterByokEntity&text=ClusterByokEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withResourceName(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ClusterByokEntity.withResourceName(String resourceName)"
name: "withResourceName(String resourceName)"
nameWithType: "ClusterByokEntity.withResourceName(String resourceName)"
summary: "Set the resource<wbr>Name property: CRN reference to the referred resource."
parameters:
- description: "the resourceName value to set."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterByokEntity withResourceName(String resourceName)"
desc: "Set the resourceName property: CRN reference to the referred resource."
returns:
description: "the ClusterByokEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterByokEntity?alt=com.azure.resourcemanager.confluent.models.ClusterByokEntity&text=ClusterByokEntity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The network associated with this object."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0