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

415 строки
35 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate"
name: "ClusterPropertiesForUpdate"
nameWithType: "ClusterPropertiesForUpdate"
summary: "The properties used to update a 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 **ClusterPropertiesForUpdate**"
constructors:
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.ClusterPropertiesForUpdate()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.ClusterPropertiesForUpdate()"
name: "ClusterPropertiesForUpdate()"
nameWithType: "ClusterPropertiesForUpdate.ClusterPropertiesForUpdate()"
summary: "Creates an instance of Cluster<wbr>Properties<wbr>For<wbr>Update class."
syntax: "public ClusterPropertiesForUpdate()"
desc: "Creates an instance of ClusterPropertiesForUpdate class."
methods:
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.administratorLoginPassword()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.administratorLoginPassword()"
name: "administratorLoginPassword()"
nameWithType: "ClusterPropertiesForUpdate.administratorLoginPassword()"
summary: "Get the administrator<wbr>Login<wbr>Password property: The password of the administrator login."
syntax: "public String administratorLoginPassword()"
desc: "Get the administratorLoginPassword property: The password of the administrator login. Each cluster is created with pre-defined administrative role called \\\\u2018citus\\\\u2019.\\\\u202f."
returns:
description: "the administratorLoginPassword value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.citusVersion()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.citusVersion()"
name: "citusVersion()"
nameWithType: "ClusterPropertiesForUpdate.citusVersion()"
summary: "Get the citus<wbr>Version property: The Citus extension version on all cluster servers."
syntax: "public String citusVersion()"
desc: "Get the citusVersion property: The Citus extension version on all cluster servers."
returns:
description: "the citusVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorEnablePublicIpAccess()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorEnablePublicIpAccess()"
name: "coordinatorEnablePublicIpAccess()"
nameWithType: "ClusterPropertiesForUpdate.coordinatorEnablePublicIpAccess()"
summary: "Get the coordinator<wbr>Enable<wbr>Public<wbr>IpAccess property: If public access is enabled on coordinator."
syntax: "public Boolean coordinatorEnablePublicIpAccess()"
desc: "Get the coordinatorEnablePublicIpAccess property: If public access is enabled on coordinator."
returns:
description: "the coordinatorEnablePublicIpAccess value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorServerEdition()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorServerEdition()"
name: "coordinatorServerEdition()"
nameWithType: "ClusterPropertiesForUpdate.coordinatorServerEdition()"
summary: "Get the coordinator<wbr>Server<wbr>Edition property: The edition of the coordinator (default: General<wbr>Purpose)."
syntax: "public String coordinatorServerEdition()"
desc: "Get the coordinatorServerEdition property: The edition of the coordinator (default: GeneralPurpose)."
returns:
description: "the coordinatorServerEdition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorStorageQuotaInMb()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorStorageQuotaInMb()"
name: "coordinatorStorageQuotaInMb()"
nameWithType: "ClusterPropertiesForUpdate.coordinatorStorageQuotaInMb()"
summary: "Get the coordinator<wbr>Storage<wbr>Quota<wbr>InMb property: The storage of the coordinator in MB."
syntax: "public Integer coordinatorStorageQuotaInMb()"
desc: "Get the coordinatorStorageQuotaInMb property: The storage of the coordinator in MB."
returns:
description: "the coordinatorStorageQuotaInMb value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorVCores()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.coordinatorVCores()"
name: "coordinatorVCores()"
nameWithType: "ClusterPropertiesForUpdate.coordinatorVCores()"
summary: "Get the coordinator<wbr>VCores property: The v<wbr>Cores count of the coordinator (max: 96)."
syntax: "public Integer coordinatorVCores()"
desc: "Get the coordinatorVCores property: The vCores count of the coordinator (max: 96)."
returns:
description: "the coordinatorVCores value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.enableHa()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.enableHa()"
name: "enableHa()"
nameWithType: "ClusterPropertiesForUpdate.enableHa()"
summary: "Get the enable<wbr>Ha property: If high availability (HA) is enabled or not for the cluster."
syntax: "public Boolean enableHa()"
desc: "Get the enableHa property: If high availability (HA) is enabled or not for the cluster."
returns:
description: "the enableHa value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.enableShardsOnCoordinator()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.enableShardsOnCoordinator()"
name: "enableShardsOnCoordinator()"
nameWithType: "ClusterPropertiesForUpdate.enableShardsOnCoordinator()"
summary: "Get the enable<wbr>Shards<wbr>OnCoordinator property: If distributed tables are placed on coordinator or not."
syntax: "public Boolean enableShardsOnCoordinator()"
desc: "Get the enableShardsOnCoordinator property: If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed."
returns:
description: "the enableShardsOnCoordinator value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.maintenanceWindow()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.maintenanceWindow()"
name: "maintenanceWindow()"
nameWithType: "ClusterPropertiesForUpdate.maintenanceWindow()"
summary: "Get the maintenance<wbr>Window property: Maintenance window of a cluster."
syntax: "public MaintenanceWindow maintenanceWindow()"
desc: "Get the maintenanceWindow property: Maintenance window of a cluster."
returns:
description: "the maintenanceWindow value."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.models.MaintenanceWindow?alt=com.azure.resourcemanager.cosmosdbforpostgresql.models.MaintenanceWindow&text=MaintenanceWindow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeCount()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeCount()"
name: "nodeCount()"
nameWithType: "ClusterPropertiesForUpdate.nodeCount()"
summary: "Get the node<wbr>Count property: Worker node count of the cluster."
syntax: "public Integer nodeCount()"
desc: "Get the nodeCount property: Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1."
returns:
description: "the nodeCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeEnablePublicIpAccess()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeEnablePublicIpAccess()"
name: "nodeEnablePublicIpAccess()"
nameWithType: "ClusterPropertiesForUpdate.nodeEnablePublicIpAccess()"
summary: "Get the node<wbr>Enable<wbr>Public<wbr>IpAccess property: If public access is enabled on worker nodes."
syntax: "public Boolean nodeEnablePublicIpAccess()"
desc: "Get the nodeEnablePublicIpAccess property: If public access is enabled on worker nodes."
returns:
description: "the nodeEnablePublicIpAccess value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeServerEdition()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeServerEdition()"
name: "nodeServerEdition()"
nameWithType: "ClusterPropertiesForUpdate.nodeServerEdition()"
summary: "Get the node<wbr>Server<wbr>Edition property: The edition of a node (default: Memory<wbr>Optimized)."
syntax: "public String nodeServerEdition()"
desc: "Get the nodeServerEdition property: The edition of a node (default: MemoryOptimized)."
returns:
description: "the nodeServerEdition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeStorageQuotaInMb()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeStorageQuotaInMb()"
name: "nodeStorageQuotaInMb()"
nameWithType: "ClusterPropertiesForUpdate.nodeStorageQuotaInMb()"
summary: "Get the node<wbr>Storage<wbr>Quota<wbr>InMb property: The storage in MB on each worker node."
syntax: "public Integer nodeStorageQuotaInMb()"
desc: "Get the nodeStorageQuotaInMb property: The storage in MB on each worker node."
returns:
description: "the nodeStorageQuotaInMb value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeVCores()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.nodeVCores()"
name: "nodeVCores()"
nameWithType: "ClusterPropertiesForUpdate.nodeVCores()"
summary: "Get the node<wbr>VCores property: The compute in v<wbr>Cores on each worker node (max: 104)."
syntax: "public Integer nodeVCores()"
desc: "Get the nodeVCores property: The compute in vCores on each worker node (max: 104)."
returns:
description: "the nodeVCores value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.postgresqlVersion()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.postgresqlVersion()"
name: "postgresqlVersion()"
nameWithType: "ClusterPropertiesForUpdate.postgresqlVersion()"
summary: "Get the postgresql<wbr>Version property: The major PostgreSQL version on all cluster servers."
syntax: "public String postgresqlVersion()"
desc: "Get the postgresqlVersion property: The major PostgreSQL version on all cluster servers."
returns:
description: "the postgresqlVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.preferredPrimaryZone()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.preferredPrimaryZone()"
name: "preferredPrimaryZone()"
nameWithType: "ClusterPropertiesForUpdate.preferredPrimaryZone()"
summary: "Get the preferred<wbr>Primary<wbr>Zone property: Preferred primary availability zone (AZ) for all cluster servers."
syntax: "public String preferredPrimaryZone()"
desc: "Get the preferredPrimaryZone property: Preferred primary availability zone (AZ) for all cluster servers."
returns:
description: "the preferredPrimaryZone value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.validate()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.validate()"
name: "validate()"
nameWithType: "ClusterPropertiesForUpdate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withAdministratorLoginPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withAdministratorLoginPassword(String administratorLoginPassword)"
name: "withAdministratorLoginPassword(String administratorLoginPassword)"
nameWithType: "ClusterPropertiesForUpdate.withAdministratorLoginPassword(String administratorLoginPassword)"
summary: "Set the administrator<wbr>Login<wbr>Password property: The password of the administrator login."
parameters:
- description: "the administratorLoginPassword value to set."
name: "administratorLoginPassword"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withAdministratorLoginPassword(String administratorLoginPassword)"
desc: "Set the administratorLoginPassword property: The password of the administrator login. Each cluster is created with pre-defined administrative role called \\\\u2018citus\\\\u2019.\\\\u202f."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCitusVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCitusVersion(String citusVersion)"
name: "withCitusVersion(String citusVersion)"
nameWithType: "ClusterPropertiesForUpdate.withCitusVersion(String citusVersion)"
summary: "Set the citus<wbr>Version property: The Citus extension version on all cluster servers."
parameters:
- description: "the citusVersion value to set."
name: "citusVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withCitusVersion(String citusVersion)"
desc: "Set the citusVersion property: The Citus extension version on all cluster servers."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorEnablePublicIpAccess(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorEnablePublicIpAccess(Boolean coordinatorEnablePublicIpAccess)"
name: "withCoordinatorEnablePublicIpAccess(Boolean coordinatorEnablePublicIpAccess)"
nameWithType: "ClusterPropertiesForUpdate.withCoordinatorEnablePublicIpAccess(Boolean coordinatorEnablePublicIpAccess)"
summary: "Set the coordinator<wbr>Enable<wbr>Public<wbr>IpAccess property: If public access is enabled on coordinator."
parameters:
- description: "the coordinatorEnablePublicIpAccess value to set."
name: "coordinatorEnablePublicIpAccess"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ClusterPropertiesForUpdate withCoordinatorEnablePublicIpAccess(Boolean coordinatorEnablePublicIpAccess)"
desc: "Set the coordinatorEnablePublicIpAccess property: If public access is enabled on coordinator."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorServerEdition(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorServerEdition(String coordinatorServerEdition)"
name: "withCoordinatorServerEdition(String coordinatorServerEdition)"
nameWithType: "ClusterPropertiesForUpdate.withCoordinatorServerEdition(String coordinatorServerEdition)"
summary: "Set the coordinator<wbr>Server<wbr>Edition property: The edition of the coordinator (default: General<wbr>Purpose)."
parameters:
- description: "the coordinatorServerEdition value to set."
name: "coordinatorServerEdition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withCoordinatorServerEdition(String coordinatorServerEdition)"
desc: "Set the coordinatorServerEdition property: The edition of the coordinator (default: GeneralPurpose)."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorStorageQuotaInMb(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorStorageQuotaInMb(Integer coordinatorStorageQuotaInMb)"
name: "withCoordinatorStorageQuotaInMb(Integer coordinatorStorageQuotaInMb)"
nameWithType: "ClusterPropertiesForUpdate.withCoordinatorStorageQuotaInMb(Integer coordinatorStorageQuotaInMb)"
summary: "Set the coordinator<wbr>Storage<wbr>Quota<wbr>InMb property: The storage of the coordinator in MB."
parameters:
- description: "the coordinatorStorageQuotaInMb value to set."
name: "coordinatorStorageQuotaInMb"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ClusterPropertiesForUpdate withCoordinatorStorageQuotaInMb(Integer coordinatorStorageQuotaInMb)"
desc: "Set the coordinatorStorageQuotaInMb property: The storage of the coordinator in MB."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorVCores(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withCoordinatorVCores(Integer coordinatorVCores)"
name: "withCoordinatorVCores(Integer coordinatorVCores)"
nameWithType: "ClusterPropertiesForUpdate.withCoordinatorVCores(Integer coordinatorVCores)"
summary: "Set the coordinator<wbr>VCores property: The v<wbr>Cores count of the coordinator (max: 96)."
parameters:
- description: "the coordinatorVCores value to set."
name: "coordinatorVCores"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ClusterPropertiesForUpdate withCoordinatorVCores(Integer coordinatorVCores)"
desc: "Set the coordinatorVCores property: The vCores count of the coordinator (max: 96)."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withEnableHa(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withEnableHa(Boolean enableHa)"
name: "withEnableHa(Boolean enableHa)"
nameWithType: "ClusterPropertiesForUpdate.withEnableHa(Boolean enableHa)"
summary: "Set the enable<wbr>Ha property: If high availability (HA) is enabled or not for the cluster."
parameters:
- description: "the enableHa value to set."
name: "enableHa"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ClusterPropertiesForUpdate withEnableHa(Boolean enableHa)"
desc: "Set the enableHa property: If high availability (HA) is enabled or not for the cluster."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withEnableShardsOnCoordinator(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withEnableShardsOnCoordinator(Boolean enableShardsOnCoordinator)"
name: "withEnableShardsOnCoordinator(Boolean enableShardsOnCoordinator)"
nameWithType: "ClusterPropertiesForUpdate.withEnableShardsOnCoordinator(Boolean enableShardsOnCoordinator)"
summary: "Set the enable<wbr>Shards<wbr>OnCoordinator property: If distributed tables are placed on coordinator or not."
parameters:
- description: "the enableShardsOnCoordinator value to set."
name: "enableShardsOnCoordinator"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ClusterPropertiesForUpdate withEnableShardsOnCoordinator(Boolean enableShardsOnCoordinator)"
desc: "Set the enableShardsOnCoordinator property: If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withMaintenanceWindow(com.azure.resourcemanager.cosmosdbforpostgresql.models.MaintenanceWindow)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)"
name: "withMaintenanceWindow(MaintenanceWindow maintenanceWindow)"
nameWithType: "ClusterPropertiesForUpdate.withMaintenanceWindow(MaintenanceWindow maintenanceWindow)"
summary: "Set the maintenance<wbr>Window property: Maintenance window of a cluster."
parameters:
- description: "the maintenanceWindow value to set."
name: "maintenanceWindow"
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.models.MaintenanceWindow?alt=com.azure.resourcemanager.cosmosdbforpostgresql.models.MaintenanceWindow&text=MaintenanceWindow\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterPropertiesForUpdate withMaintenanceWindow(MaintenanceWindow maintenanceWindow)"
desc: "Set the maintenanceWindow property: Maintenance window of a cluster."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeCount(Integer nodeCount)"
name: "withNodeCount(Integer nodeCount)"
nameWithType: "ClusterPropertiesForUpdate.withNodeCount(Integer nodeCount)"
summary: "Set the node<wbr>Count property: Worker node count of the cluster."
parameters:
- description: "the nodeCount value to set."
name: "nodeCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ClusterPropertiesForUpdate withNodeCount(Integer nodeCount)"
desc: "Set the nodeCount property: Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeServerEdition(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeServerEdition(String nodeServerEdition)"
name: "withNodeServerEdition(String nodeServerEdition)"
nameWithType: "ClusterPropertiesForUpdate.withNodeServerEdition(String nodeServerEdition)"
summary: "Set the node<wbr>Server<wbr>Edition property: The edition of a node (default: Memory<wbr>Optimized)."
parameters:
- description: "the nodeServerEdition value to set."
name: "nodeServerEdition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withNodeServerEdition(String nodeServerEdition)"
desc: "Set the nodeServerEdition property: The edition of a node (default: MemoryOptimized)."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeStorageQuotaInMb(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeStorageQuotaInMb(Integer nodeStorageQuotaInMb)"
name: "withNodeStorageQuotaInMb(Integer nodeStorageQuotaInMb)"
nameWithType: "ClusterPropertiesForUpdate.withNodeStorageQuotaInMb(Integer nodeStorageQuotaInMb)"
summary: "Set the node<wbr>Storage<wbr>Quota<wbr>InMb property: The storage in MB on each worker node."
parameters:
- description: "the nodeStorageQuotaInMb value to set."
name: "nodeStorageQuotaInMb"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ClusterPropertiesForUpdate withNodeStorageQuotaInMb(Integer nodeStorageQuotaInMb)"
desc: "Set the nodeStorageQuotaInMb property: The storage in MB on each worker node."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeVCores(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withNodeVCores(Integer nodeVCores)"
name: "withNodeVCores(Integer nodeVCores)"
nameWithType: "ClusterPropertiesForUpdate.withNodeVCores(Integer nodeVCores)"
summary: "Set the node<wbr>VCores property: The compute in v<wbr>Cores on each worker node (max: 104)."
parameters:
- description: "the nodeVCores value to set."
name: "nodeVCores"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ClusterPropertiesForUpdate withNodeVCores(Integer nodeVCores)"
desc: "Set the nodeVCores property: The compute in vCores on each worker node (max: 104)."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withPostgresqlVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withPostgresqlVersion(String postgresqlVersion)"
name: "withPostgresqlVersion(String postgresqlVersion)"
nameWithType: "ClusterPropertiesForUpdate.withPostgresqlVersion(String postgresqlVersion)"
summary: "Set the postgresql<wbr>Version property: The major PostgreSQL version on all cluster servers."
parameters:
- description: "the postgresqlVersion value to set."
name: "postgresqlVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withPostgresqlVersion(String postgresqlVersion)"
desc: "Set the postgresqlVersion property: The major PostgreSQL version on all cluster servers."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withPreferredPrimaryZone(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate.withPreferredPrimaryZone(String preferredPrimaryZone)"
name: "withPreferredPrimaryZone(String preferredPrimaryZone)"
nameWithType: "ClusterPropertiesForUpdate.withPreferredPrimaryZone(String preferredPrimaryZone)"
summary: "Set the preferred<wbr>Primary<wbr>Zone property: Preferred primary availability zone (AZ) for all cluster servers."
parameters:
- description: "the preferredPrimaryZone value to set."
name: "preferredPrimaryZone"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClusterPropertiesForUpdate withPreferredPrimaryZone(String preferredPrimaryZone)"
desc: "Set the preferredPrimaryZone property: Preferred primary availability zone (AZ) for all cluster servers."
returns:
description: "the ClusterPropertiesForUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterPropertiesForUpdate&text=ClusterPropertiesForUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties used to update a cluster."
metadata: {}
package: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmosdbforpostgresql:1.0.0