Uses of Class
com.yahoo.config.provision.ClusterSpec.Id
Packages that use ClusterSpec.Id
-
Uses of ClusterSpec.Id in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return ClusterSpec.IdModifier and TypeMethodDescriptionEndpointsChecker.Endpoint.clusterName()Returns the value of theclusterNamerecord component.static ClusterSpec.IdClusterSpec.id()Returns the cluster idMethods in com.yahoo.config.provision that return types with arguments of type ClusterSpec.IdModifier and TypeMethodDescriptionClusterSpec.combinedId()Returns the ID of the container cluster that is combined with this.Methods in com.yahoo.config.provision with parameters of type ClusterSpec.IdModifier and TypeMethodDescriptionstatic HostFilterHostFilter.clusterId(ClusterSpec.Id clusterId) Returns a filter which matches a given cluster id onlystatic ClusterSpec.BuilderClusterSpec.request(ClusterSpec.Type type, ClusterSpec.Id id) Creates a ClusterSpec when requesting a clusterstatic ClusterSpec.BuilderClusterSpec.specification(ClusterSpec.Type type, ClusterSpec.Id id) Creates a ClusterSpec for an existing cluster, group id and Vespa version needs to be setMethod parameters in com.yahoo.config.provision with type arguments of type ClusterSpec.IdModifier and TypeMethodDescriptionClusterSpec.Builder.combinedId(Optional<ClusterSpec.Id> combinedId) Constructors in com.yahoo.config.provision with parameters of type ClusterSpec.IdModifierConstructorDescriptionEndpoint(ApplicationId applicationId, ClusterSpec.Id clusterName, ai.vespa.http.HttpURL url, Optional<InetAddress> ipAddress, Optional<ai.vespa.http.DomainName> canonicalName, boolean isPublic, CloudAccount account) Creates an instance of aEndpointrecord class.