Uses of Class
com.azure.resourcemanager.cosmos.models.ClusterResourceProperties
Packages that use ClusterResourceProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClusterResourceProperties in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ClusterResourcePropertiesModifier and TypeMethodDescriptionClusterResourceInner.properties()
Get the properties property: Properties of a managed Cassandra cluster.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ClusterResourcePropertiesModifier and TypeMethodDescriptionClusterResourceInner.withProperties
(ClusterResourceProperties properties) Set the properties property: Properties of a managed Cassandra cluster. -
Uses of ClusterResourceProperties in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ClusterResourcePropertiesModifier and TypeMethodDescriptionstatic ClusterResourceProperties
ClusterResourceProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterResourceProperties from the JsonReader.ClusterResourceProperties.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: Which authentication method Cassandra should use to authenticate clients.ClusterResourceProperties.withAzureConnectionMethod
(AzureConnectionType azureConnectionMethod) Set the azureConnectionMethod property: How to connect to the azure services needed for running the cluster.ClusterResourceProperties.withCassandraAuditLoggingEnabled
(Boolean cassandraAuditLoggingEnabled) Set the cassandraAuditLoggingEnabled property: Whether Cassandra audit logging is enabled.ClusterResourceProperties.withCassandraVersion
(String cassandraVersion) Set the cassandraVersion property: Which version of Cassandra should this cluster converge to running (e.g., 3.11).ClusterResourceProperties.withClientCertificates
(List<Certificate> clientCertificates) Set the clientCertificates property: List of TLS certificates used to authorize clients connecting to the cluster.ClusterResourceProperties.withClusterNameOverride
(String clusterNameOverride) Set the clusterNameOverride property: If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property.ClusterResourceProperties.withDeallocated
(Boolean deallocated) Set the deallocated property: Whether the cluster and associated data centers has been deallocated.ClusterResourceProperties.withDelegatedManagementSubnetId
(String delegatedManagementSubnetId) Set the delegatedManagementSubnetId property: Resource id of a subnet that this cluster's management service should have its network interface attached to.ClusterResourceProperties.withExternalGossipCertificates
(List<Certificate> externalGossipCertificates) Set the externalGossipCertificates property: List of TLS certificates used to authorize gossip from unmanaged data centers.ClusterResourceProperties.withExternalSeedNodes
(List<SeedNode> externalSeedNodes) Set the externalSeedNodes property: List of IP addresses of seed nodes in unmanaged data centers.ClusterResourceProperties.withHoursBetweenBackups
(Integer hoursBetweenBackups) Set the hoursBetweenBackups property: (Deprecated) Number of hours to wait between taking a backup of the cluster.ClusterResourceProperties.withInitialCassandraAdminPassword
(String initialCassandraAdminPassword) Set the initialCassandraAdminPassword property: Initial password for clients connecting as admin to the cluster.ClusterResourceProperties.withPrometheusEndpoint
(SeedNode prometheusEndpoint) Set the prometheusEndpoint property: Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.ClusterResourceProperties.withProvisionError
(CassandraError provisionError) Set the provisionError property: Error related to resource provisioning.ClusterResourceProperties.withProvisioningState
(ManagedCassandraProvisioningState provisioningState) Set the provisioningState property: The status of the resource at the time the operation was called.ClusterResourceProperties.withRepairEnabled
(Boolean repairEnabled) Set the repairEnabled property: Should automatic repairs run on this cluster?ClusterResourceProperties.withRestoreFromBackupId
(String restoreFromBackupId) Set the restoreFromBackupId property: To create an empty cluster, omit this field or set it to null.