@Generated(value="org.immutables.processor.ProxyProcessor") public final class ReactorCloudFoundryClient extends Object
CloudFoundryClient| Modifier and Type | Class and Description |
|---|---|
static class |
ReactorCloudFoundryClient.Builder
Builds instances of type
ReactorCloudFoundryClient. |
SUPPORTED_API_VERSIONpublic ApplicationUsageEvents applicationUsageEvents()
applicationUsageEvents in interface CloudFoundryClientapplicationUsageEvents attributepublic ApplicationsV2 applicationsV2()
applicationsV2 in interface CloudFoundryClientapplicationsV2 attributepublic ApplicationsV3 applicationsV3()
applicationsV3 in interface CloudFoundryClientapplicationsV3 attributepublic Blobstores blobstores()
blobstores in interface CloudFoundryClientblobstores attributepublic Buildpacks buildpacks()
buildpacks in interface CloudFoundryClientbuildpacks attributepublic Builds builds()
builds in interface CloudFoundryClientbuilds attributepublic DeploymentsV3 deploymentsV3()
deploymentsV3 in interface CloudFoundryClientdeploymentsV3 attributepublic Domains domains()
domains in interface CloudFoundryClientdomains attributepublic Droplets droplets()
droplets in interface CloudFoundryClientdroplets attributepublic EnvironmentVariableGroups environmentVariableGroups()
environmentVariableGroups in interface CloudFoundryClientenvironmentVariableGroups attributepublic Events events()
events in interface CloudFoundryClientevents attributepublic FeatureFlags featureFlags()
featureFlags in interface CloudFoundryClientfeatureFlags attributepublic Info info()
info in interface CloudFoundryClientinfo attributepublic IsolationSegments isolationSegments()
isolationSegments in interface CloudFoundryClientisolationSegments attributepublic Jobs jobs()
jobs in interface CloudFoundryClientjobs attributepublic JobsV3 jobsV3()
jobsV3 in interface CloudFoundryClientjobsV3 attributepublic OrganizationQuotaDefinitions organizationQuotaDefinitions()
organizationQuotaDefinitions in interface CloudFoundryClientorganizationQuotaDefinitions attributepublic Organizations organizations()
organizations in interface CloudFoundryClientorganizations attributepublic OrganizationsV3 organizationsV3()
organizationsV3 in interface CloudFoundryClientorganizationsV3 attributepublic Packages packages()
packages in interface CloudFoundryClientpackages attributepublic PrivateDomains privateDomains()
privateDomains in interface CloudFoundryClientprivateDomains attributepublic Processes processes()
processes in interface CloudFoundryClientprocesses attributepublic ResourceMatch resourceMatch()
resourceMatch in interface CloudFoundryClientresourceMatch attributepublic RouteMappings routeMappings()
routeMappings in interface CloudFoundryClientrouteMappings attributepublic Routes routes()
routes in interface CloudFoundryClientroutes attributepublic SecurityGroups securityGroups()
securityGroups in interface CloudFoundryClientsecurityGroups attributepublic ServiceBindingsV2 serviceBindingsV2()
serviceBindingsV2 in interface CloudFoundryClientserviceBindingsV2 attributepublic ServiceBindingsV3 serviceBindingsV3()
serviceBindingsV3 in interface CloudFoundryClientserviceBindingsV3 attributepublic ServiceBrokers serviceBrokers()
serviceBrokers in interface CloudFoundryClientserviceBrokers attributepublic ServiceInstances serviceInstances()
serviceInstances in interface CloudFoundryClientserviceInstances attributepublic ServiceInstancesV3 serviceInstancesV3()
serviceInstancesV3 in interface CloudFoundryClientserviceInstancesV3 attributepublic ServiceKeys serviceKeys()
serviceKeys in interface CloudFoundryClientserviceKeys attributepublic ServicePlanVisibilities servicePlanVisibilities()
servicePlanVisibilities in interface CloudFoundryClientservicePlanVisibilities attributepublic ServicePlans servicePlans()
servicePlans in interface CloudFoundryClientservicePlans attributepublic ServiceUsageEvents serviceUsageEvents()
serviceUsageEvents in interface CloudFoundryClientserviceUsageEvents attributepublic Services services()
services in interface CloudFoundryClientservices attributepublic SharedDomains sharedDomains()
sharedDomains in interface CloudFoundryClientsharedDomains attributepublic SpaceQuotaDefinitions spaceQuotaDefinitions()
spaceQuotaDefinitions in interface CloudFoundryClientspaceQuotaDefinitions attributepublic Spaces spaces()
spaces in interface CloudFoundryClientspaces attributepublic SpacesV3 spacesV3()
spacesV3 in interface CloudFoundryClientspacesV3 attributepublic Stacks stacks()
stacks in interface CloudFoundryClientstacks attributepublic Tasks tasks()
tasks in interface CloudFoundryClienttasks attributepublic UserProvidedServiceInstances userProvidedServiceInstances()
userProvidedServiceInstances in interface CloudFoundryClientuserProvidedServiceInstances attributepublic Users users()
users in interface CloudFoundryClientusers attributepublic ConnectionContext getConnectionContext()
public reactor.core.publisher.Mono<String> getRootV2()
rootV2 attributepublic reactor.core.publisher.Mono<String> getRootV3()
rootV3 attributepublic TokenProvider getTokenProvider()
public boolean equals(Object another)
ReactorCloudFoundryClient that have equal attribute values.public int hashCode()
applicationUsageEvents, applicationsV2, applicationsV3, blobstores, buildpacks, builds, deploymentsV3, domains, droplets, environmentVariableGroups, events, featureFlags, info, isolationSegments, jobs, jobsV3, organizationQuotaDefinitions, organizations, organizationsV3, packages, privateDomains, processes, resourceMatch, routeMappings, routes, securityGroups, serviceBindingsV2, serviceBindingsV3, serviceBrokers, serviceInstances, serviceInstancesV3, serviceKeys, servicePlanVisibilities, servicePlans, serviceUsageEvents, services, sharedDomains, spaceQuotaDefinitions, spaces, spacesV3, stacks, tasks, userProvidedServiceInstances, users, connectionContext, rootV2, rootV3, tokenProvider.public String toString()
ReactorCloudFoundryClient with attribute values.public static ReactorCloudFoundryClient.Builder builder()
ReactorCloudFoundryClient.
ReactorCloudFoundryClient.builder()
.connectionContext(org.cloudfoundry.reactor.ConnectionContext) // required connectionContext
.rootV2(reactor.core.publisher.Mono<String>) // optional rootV2
.rootV3(reactor.core.publisher.Mono<String>) // optional rootV3
.tokenProvider(org.cloudfoundry.reactor.TokenProvider) // required tokenProvider
.build();
@PostConstruct public void checkCompatibility()
Copyright © 2019. All rights reserved.