internal ServiceUsageEventsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal ServicePlanVisibilitiesEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal StacksEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal SecurityGroupRunningDefaultsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal UserProvidedServiceInstancesEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal DomainsDeprecatedEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal FeatureFlagsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal static PagedResponseCollection <T> DeserializePage <T>(string value, CloudFoundryClientV2 client) { PagedResponseCollection <T> page = new PagedResponseCollection <T>(client.SimpleHttp); page.Client = client; page.Properties = JsonConvert.DeserializeObject <PageProperties>(value, jsonSettings); page.Resources = DeserializeJsonResources <T>(value).ToList <T>(); return(page); }
internal SpaceQuotaDefinitionsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal PrivateDomainsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal ResourceMatchEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }
internal EnvironmentVariableGroupsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient) { this.Client = client; }