189 строки
12 KiB
YAML
189 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.confluent.models.ClusterRecord"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord"
|
|
name: "ClusterRecord"
|
|
nameWithType: "ClusterRecord"
|
|
summary: "Details of cluster record."
|
|
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 **ClusterRecord**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.ClusterRecord()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.ClusterRecord()"
|
|
name: "ClusterRecord()"
|
|
nameWithType: "ClusterRecord.ClusterRecord()"
|
|
summary: "Creates an instance of Cluster<wbr>Record class."
|
|
syntax: "public ClusterRecord()"
|
|
desc: "Creates an instance of ClusterRecord class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.displayName()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "ClusterRecord.displayName()"
|
|
summary: "Get the display<wbr>Name property: Display name of the cluster."
|
|
syntax: "public String displayName()"
|
|
desc: "Get the displayName property: Display name of the cluster."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.id()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.id()"
|
|
name: "id()"
|
|
nameWithType: "ClusterRecord.id()"
|
|
summary: "Get the id property: Id of the cluster."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Id of the cluster."
|
|
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.ClusterRecord.kind()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.kind()"
|
|
name: "kind()"
|
|
nameWithType: "ClusterRecord.kind()"
|
|
summary: "Get the kind property: Type of cluster."
|
|
syntax: "public String kind()"
|
|
desc: "Get the kind property: Type of cluster."
|
|
returns:
|
|
description: "the kind value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.metadata()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.metadata()"
|
|
name: "metadata()"
|
|
nameWithType: "ClusterRecord.metadata()"
|
|
summary: "Get the metadata property: Metadata of the record."
|
|
syntax: "public MetadataEntity metadata()"
|
|
desc: "Get the metadata property: Metadata of the record."
|
|
returns:
|
|
description: "the metadata value."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.MetadataEntity?alt=com.azure.resourcemanager.confluent.models.MetadataEntity&text=MetadataEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.spec()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.spec()"
|
|
name: "spec()"
|
|
nameWithType: "ClusterRecord.spec()"
|
|
summary: "Get the spec property: Specification of the cluster."
|
|
syntax: "public ClusterSpecEntity spec()"
|
|
desc: "Get the spec property: Specification of the cluster."
|
|
returns:
|
|
description: "the spec value."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterSpecEntity?alt=com.azure.resourcemanager.confluent.models.ClusterSpecEntity&text=ClusterSpecEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.status()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.status()"
|
|
name: "status()"
|
|
nameWithType: "ClusterRecord.status()"
|
|
summary: "Get the status property: Specification of the cluster."
|
|
syntax: "public ClusterStatusEntity status()"
|
|
desc: "Get the status property: Specification of the cluster."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterStatusEntity?alt=com.azure.resourcemanager.confluent.models.ClusterStatusEntity&text=ClusterStatusEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.validate()"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ClusterRecord.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "ClusterRecord.withDisplayName(String displayName)"
|
|
summary: "Set the display<wbr>Name property: Display name of the cluster."
|
|
parameters:
|
|
- description: "the displayName value to set."
|
|
name: "displayName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ClusterRecord withDisplayName(String displayName)"
|
|
desc: "Set the displayName property: Display name of the cluster."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "ClusterRecord.withId(String id)"
|
|
summary: "Set the id property: Id of the cluster."
|
|
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 ClusterRecord withId(String id)"
|
|
desc: "Set the id property: Id of the cluster."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withKind(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withKind(String kind)"
|
|
name: "withKind(String kind)"
|
|
nameWithType: "ClusterRecord.withKind(String kind)"
|
|
summary: "Set the kind property: Type of cluster."
|
|
parameters:
|
|
- description: "the kind value to set."
|
|
name: "kind"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ClusterRecord withKind(String kind)"
|
|
desc: "Set the kind property: Type of cluster."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withMetadata(com.azure.resourcemanager.confluent.models.MetadataEntity)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withMetadata(MetadataEntity metadata)"
|
|
name: "withMetadata(MetadataEntity metadata)"
|
|
nameWithType: "ClusterRecord.withMetadata(MetadataEntity metadata)"
|
|
summary: "Set the metadata property: Metadata of the record."
|
|
parameters:
|
|
- description: "the metadata value to set."
|
|
name: "metadata"
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.MetadataEntity?alt=com.azure.resourcemanager.confluent.models.MetadataEntity&text=MetadataEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ClusterRecord withMetadata(MetadataEntity metadata)"
|
|
desc: "Set the metadata property: Metadata of the record."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withSpec(com.azure.resourcemanager.confluent.models.ClusterSpecEntity)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withSpec(ClusterSpecEntity spec)"
|
|
name: "withSpec(ClusterSpecEntity spec)"
|
|
nameWithType: "ClusterRecord.withSpec(ClusterSpecEntity spec)"
|
|
summary: "Set the spec property: Specification of the cluster."
|
|
parameters:
|
|
- description: "the spec value to set."
|
|
name: "spec"
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterSpecEntity?alt=com.azure.resourcemanager.confluent.models.ClusterSpecEntity&text=ClusterSpecEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ClusterRecord withSpec(ClusterSpecEntity spec)"
|
|
desc: "Set the spec property: Specification of the cluster."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.confluent.models.ClusterRecord.withStatus(com.azure.resourcemanager.confluent.models.ClusterStatusEntity)"
|
|
fullName: "com.azure.resourcemanager.confluent.models.ClusterRecord.withStatus(ClusterStatusEntity status)"
|
|
name: "withStatus(ClusterStatusEntity status)"
|
|
nameWithType: "ClusterRecord.withStatus(ClusterStatusEntity status)"
|
|
summary: "Set the status property: Specification of the cluster."
|
|
parameters:
|
|
- description: "the status value to set."
|
|
name: "status"
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterStatusEntity?alt=com.azure.resourcemanager.confluent.models.ClusterStatusEntity&text=ClusterStatusEntity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ClusterRecord withStatus(ClusterStatusEntity status)"
|
|
desc: "Set the status property: Specification of the cluster."
|
|
returns:
|
|
description: "the ClusterRecord object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ClusterRecord?alt=com.azure.resourcemanager.confluent.models.ClusterRecord&text=ClusterRecord\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Details of cluster record."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.confluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0
|