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

215 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate"
name: "ClusterUpdate"
nameWithType: "ClusterUpdate"
summary: "A partial update to the Redis<wbr>Enterprise cluster."
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 **ClusterUpdate**"
constructors:
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.ClusterUpdate()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.ClusterUpdate()"
name: "ClusterUpdate()"
nameWithType: "ClusterUpdate.ClusterUpdate()"
summary: "Creates an instance of Cluster<wbr>Update class."
syntax: "public ClusterUpdate()"
desc: "Creates an instance of ClusterUpdate class."
methods:
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.encryption()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.encryption()"
name: "encryption()"
nameWithType: "ClusterUpdate.encryption()"
summary: "Get the encryption property: Encryption-at-rest configuration for the cluster."
syntax: "public ClusterPropertiesEncryption encryption()"
desc: "Get the encryption property: Encryption-at-rest configuration for the cluster."
returns:
description: "the encryption value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption?alt=com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption&text=ClusterPropertiesEncryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.hostname()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.hostname()"
name: "hostname()"
nameWithType: "ClusterUpdate.hostname()"
summary: "Get the hostname property: DNS name of the cluster endpoint."
syntax: "public String hostname()"
desc: "Get the hostname property: DNS name of the cluster endpoint."
returns:
description: "the hostname value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.identity()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.identity()"
name: "identity()"
nameWithType: "ClusterUpdate.identity()"
summary: "Get the identity property: The identity of the resource."
syntax: "public ManagedServiceIdentity identity()"
desc: "Get the identity property: The identity of the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.minimumTlsVersion()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.minimumTlsVersion()"
name: "minimumTlsVersion()"
nameWithType: "ClusterUpdate.minimumTlsVersion()"
summary: "Get the minimum<wbr>Tls<wbr>Version property: The minimum TLS version for the cluster to support, e.<wbr>g."
syntax: "public TlsVersion minimumTlsVersion()"
desc: "Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'."
returns:
description: "the minimumTlsVersion value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.TlsVersion?alt=com.azure.resourcemanager.redisenterprise.models.TlsVersion&text=TlsVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "ClusterUpdate.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connections associated with the specified Redis<wbr>Enterprise cluster."
syntax: "public List<PrivateEndpointConnectionInner> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.provisioningState()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.provisioningState()"
name: "provisioningState()"
nameWithType: "ClusterUpdate.provisioningState()"
summary: "Get the provisioning<wbr>State property: Current provisioning status of the cluster."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: Current provisioning status of the cluster."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ProvisioningState?alt=com.azure.resourcemanager.redisenterprise.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.redisVersion()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.redisVersion()"
name: "redisVersion()"
nameWithType: "ClusterUpdate.redisVersion()"
summary: "Get the redis<wbr>Version property: Version of redis the cluster supports, e.<wbr>g."
syntax: "public String redisVersion()"
desc: "Get the redisVersion property: Version of redis the cluster supports, e.g. '6'."
returns:
description: "the redisVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.resourceState()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.resourceState()"
name: "resourceState()"
nameWithType: "ClusterUpdate.resourceState()"
summary: "Get the resource<wbr>State property: Current resource status of the cluster."
syntax: "public ResourceState resourceState()"
desc: "Get the resourceState property: Current resource status of the cluster."
returns:
description: "the resourceState value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ResourceState?alt=com.azure.resourcemanager.redisenterprise.models.ResourceState&text=ResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.sku()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.sku()"
name: "sku()"
nameWithType: "ClusterUpdate.sku()"
summary: "Get the sku property: The SKU to create, which affects price, performance, and features."
syntax: "public Sku sku()"
desc: "Get the sku property: The SKU to create, which affects price, performance, and features."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Sku?alt=com.azure.resourcemanager.redisenterprise.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.tags()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.tags()"
name: "tags()"
nameWithType: "ClusterUpdate.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.validate()"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.validate()"
name: "validate()"
nameWithType: "ClusterUpdate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withEncryption(com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption)"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withEncryption(ClusterPropertiesEncryption encryption)"
name: "withEncryption(ClusterPropertiesEncryption encryption)"
nameWithType: "ClusterUpdate.withEncryption(ClusterPropertiesEncryption encryption)"
summary: "Set the encryption property: Encryption-at-rest configuration for the cluster."
parameters:
- description: "the encryption value to set."
name: "encryption"
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption?alt=com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption&text=ClusterPropertiesEncryption\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterUpdate withEncryption(ClusterPropertiesEncryption encryption)"
desc: "Set the encryption property: Encryption-at-rest configuration for the cluster."
returns:
description: "the ClusterUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterUpdate?alt=com.azure.resourcemanager.redisenterprise.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withIdentity(com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity)"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withIdentity(ManagedServiceIdentity identity)"
name: "withIdentity(ManagedServiceIdentity identity)"
nameWithType: "ClusterUpdate.withIdentity(ManagedServiceIdentity identity)"
summary: "Set the identity property: The identity of the resource."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterUpdate withIdentity(ManagedServiceIdentity identity)"
desc: "Set the identity property: The identity of the resource."
returns:
description: "the ClusterUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterUpdate?alt=com.azure.resourcemanager.redisenterprise.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withMinimumTlsVersion(com.azure.resourcemanager.redisenterprise.models.TlsVersion)"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
name: "withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
nameWithType: "ClusterUpdate.withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
summary: "Set the minimum<wbr>Tls<wbr>Version property: The minimum TLS version for the cluster to support, e.<wbr>g."
parameters:
- description: "the minimumTlsVersion value to set."
name: "minimumTlsVersion"
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.TlsVersion?alt=com.azure.resourcemanager.redisenterprise.models.TlsVersion&text=TlsVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterUpdate withMinimumTlsVersion(TlsVersion minimumTlsVersion)"
desc: "Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'."
returns:
description: "the ClusterUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterUpdate?alt=com.azure.resourcemanager.redisenterprise.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withSku(com.azure.resourcemanager.redisenterprise.models.Sku)"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "ClusterUpdate.withSku(Sku sku)"
summary: "Set the sku property: The SKU to create, which affects price, performance, and features."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Sku?alt=com.azure.resourcemanager.redisenterprise.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterUpdate withSku(Sku sku)"
desc: "Set the sku property: The SKU to create, which affects price, performance, and features."
returns:
description: "the ClusterUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterUpdate?alt=com.azure.resourcemanager.redisenterprise.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.redisenterprise.models.ClusterUpdate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ClusterUpdate.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ClusterUpdate withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the ClusterUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.ClusterUpdate?alt=com.azure.resourcemanager.redisenterprise.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A partial update to the RedisEnterprise cluster."
metadata: {}
package: "com.azure.resourcemanager.redisenterprise.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0