Uses of Class
com.azure.resourcemanager.cosmos.models.SeedNode
-
Packages that use SeedNode Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of SeedNode in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SeedNode Modifier and Type Method Description SeedNodeClusterResourceProperties. prometheusEndpoint()Get the prometheusEndpoint property: Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.SeedNodeSeedNode. withIpAddress(String ipAddress)Set the ipAddress property: IP address of this seed node.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type SeedNode Modifier and Type Method Description List<SeedNode>ClusterResourceProperties. externalSeedNodes()Get the externalSeedNodes property: List of IP addresses of seed nodes in unmanaged data centers.List<SeedNode>ClusterResourceProperties. seedNodes()Get the seedNodes property: List of IP addresses of seed nodes in the managed data centers.List<SeedNode>DataCenterResourceProperties. seedNodes()Get the seedNodes property: IP addresses for seed nodes in this data center.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SeedNode Modifier and Type Method Description ClusterResourcePropertiesClusterResourceProperties. 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.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type SeedNode Modifier and Type Method Description ClusterResourcePropertiesClusterResourceProperties. withExternalSeedNodes(List<SeedNode> externalSeedNodes)Set the externalSeedNodes property: List of IP addresses of seed nodes in unmanaged data centers.
-