Uses of Class
com.yahoo.config.provision.CloudAccount
Packages that use CloudAccount
-
Uses of CloudAccount in com.yahoo.config.provision
Fields in com.yahoo.config.provision declared as CloudAccountMethods in com.yahoo.config.provision that return CloudAccountModifier and TypeMethodDescriptionCloud.account()Returns the default account of this cloudEndpointsChecker.Endpoint.account()Returns the value of theaccountrecord component.static CloudAccountstatic CloudAccountReturns a CloudAccount from its serialized value (inverse ofvalue()).Methods in com.yahoo.config.provision that return types with arguments of type CloudAccountModifier and TypeMethodDescriptionCapacity.cloudAccount()Returns the cloud account where this capacity is requestedMethods in com.yahoo.config.provision with parameters of type CloudAccountModifier and TypeMethodDescriptionCloud.Builder.account(CloudAccount account) intCloudAccount.compareTo(CloudAccount o) Method parameters in com.yahoo.config.provision with type arguments of type CloudAccountModifier and TypeMethodDescriptionstatic CapacityCapacity.from(ClusterResources min, ClusterResources max, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount) static CapacityCapacity.from(ClusterResources min, ClusterResources max, IntRange groupSize, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount) static CapacityCapacity.from(ClusterResources min, ClusterResources max, IntRange groupSize, boolean required, boolean canFail, Optional<CloudAccount> cloudAccount, ClusterInfo clusterInfo) Constructors in com.yahoo.config.provision with parameters of type CloudAccountModifierConstructorDescriptionEndpoint(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.