282 строки
16 KiB
YAML
282 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.redisenterprise.models.Cluster"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster"
|
|
name: "Cluster"
|
|
nameWithType: "Cluster"
|
|
summary: "An immutable client-side representation of Cluster."
|
|
syntax: "public interface **Cluster**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.encryption()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.encryption()"
|
|
name: "encryption()"
|
|
nameWithType: "Cluster.encryption()"
|
|
summary: "Gets the encryption property: Encryption-at-rest configuration for the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ClusterPropertiesEncryption encryption()"
|
|
desc: "Gets 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.Cluster.hostname()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.hostname()"
|
|
name: "hostname()"
|
|
nameWithType: "Cluster.hostname()"
|
|
summary: "Gets the hostname property: DNS name of the cluster endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String hostname()"
|
|
desc: "Gets 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.Cluster.id()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.id()"
|
|
name: "id()"
|
|
nameWithType: "Cluster.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the 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.redisenterprise.models.Cluster.identity()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.identity()"
|
|
name: "identity()"
|
|
nameWithType: "Cluster.identity()"
|
|
summary: "Gets the identity property: The identity of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedServiceIdentity identity()"
|
|
desc: "Gets 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.Cluster.innerModel()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Cluster.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>redisenterprise.<wbr>fluent.<wbr>models.<wbr>Cluster<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ClusterInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner?alt=com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.location()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.location()"
|
|
name: "location()"
|
|
nameWithType: "Cluster.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.minimumTlsVersion()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.minimumTlsVersion()"
|
|
name: "minimumTlsVersion()"
|
|
nameWithType: "Cluster.minimumTlsVersion()"
|
|
summary: "Gets the minimum<wbr>Tls<wbr>Version property: The minimum TLS version for the cluster to support, e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TlsVersion minimumTlsVersion()"
|
|
desc: "Gets 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.Cluster.name()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.name()"
|
|
name: "name()"
|
|
nameWithType: "Cluster.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.privateEndpointConnections()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.privateEndpointConnections()"
|
|
name: "privateEndpointConnections()"
|
|
nameWithType: "Cluster.privateEndpointConnections()"
|
|
summary: "Gets the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connections associated with the specified Redis<wbr>Enterprise cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<PrivateEndpointConnection> privateEndpointConnections()"
|
|
desc: "Gets 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><<xref href=\"com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "Cluster.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: Current provisioning status of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
desc: "Gets 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.Cluster.redisVersion()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.redisVersion()"
|
|
name: "redisVersion()"
|
|
nameWithType: "Cluster.redisVersion()"
|
|
summary: "Gets the redis<wbr>Version property: Version of redis the cluster supports, e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String redisVersion()"
|
|
desc: "Gets 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.Cluster.refresh()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "Cluster.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Cluster refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Cluster?alt=com.azure.resourcemanager.redisenterprise.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "Cluster.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Cluster refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Cluster?alt=com.azure.resourcemanager.redisenterprise.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.region()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.region()"
|
|
name: "region()"
|
|
nameWithType: "Cluster.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.regionName()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "Cluster.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "Cluster.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.resourceState()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.resourceState()"
|
|
name: "resourceState()"
|
|
nameWithType: "Cluster.resourceState()"
|
|
summary: "Gets the resource<wbr>State property: Current resource status of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ResourceState resourceState()"
|
|
desc: "Gets 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.Cluster.sku()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.sku()"
|
|
name: "sku()"
|
|
nameWithType: "Cluster.sku()"
|
|
summary: "Gets the sku property: The SKU to create, which affects price, performance, and features."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Sku sku()"
|
|
desc: "Gets 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.Cluster.tags()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.tags()"
|
|
name: "tags()"
|
|
nameWithType: "Cluster.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets 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><<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>>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.type()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.type()"
|
|
name: "type()"
|
|
nameWithType: "Cluster.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.update()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.update()"
|
|
name: "update()"
|
|
nameWithType: "Cluster.update()"
|
|
summary: "Begins update for the Cluster resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Cluster.Update update()"
|
|
desc: "Begins update for the Cluster resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.Cluster.Update?alt=com.azure.resourcemanager.redisenterprise.models.Cluster.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.Cluster.zones()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.Cluster.zones()"
|
|
name: "zones()"
|
|
nameWithType: "Cluster.zones()"
|
|
summary: "Gets the zones property: The Availability Zones where this cluster will be deployed."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> zones()"
|
|
desc: "Gets the zones property: The Availability Zones where this cluster will be deployed."
|
|
returns:
|
|
description: "the zones value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Cluster."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.redisenterprise.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0
|