Uses of Class
com.azure.resourcemanager.cosmos.models.SeedNode
Packages that use SeedNode
Package
Description
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 SeedNodeModifier and TypeMethodDescriptionstatic SeedNodeSeedNode.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SeedNode from the JsonReader.ClusterResourceProperties.prometheusEndpoint()Get the prometheusEndpoint property: Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached.SeedNode.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 SeedNodeModifier and TypeMethodDescriptionClusterResourceProperties.externalSeedNodes()Get the externalSeedNodes property: List of IP addresses of seed nodes in unmanaged data centers.ClusterResourceProperties.seedNodes()Get the seedNodes property: List of IP addresses of seed nodes in the managed data centers.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 SeedNodeModifier and TypeMethodDescriptionClusterResourceProperties.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 SeedNodeModifier and TypeMethodDescriptionClusterResourceProperties.withExternalSeedNodes(List<SeedNode> externalSeedNodes) Set the externalSeedNodes property: List of IP addresses of seed nodes in unmanaged data centers.