internal ServiceUsageEventsEndpoint(CloudFoundryClientV2 client,
                                     ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient)
 {
     this.Client = client;
 }
Beispiel #2
0
 internal ServicePlanVisibilitiesEndpoint(CloudFoundryClientV2 client,
                                          ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient)
 {
     this.Client = client;
 }
Beispiel #3
0
 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;
 }
Beispiel #7
0
 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);
        }
Beispiel #9
0
 internal SpaceQuotaDefinitionsEndpoint(CloudFoundryClientV2 client,
                                        ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient)
 {
     this.Client = client;
 }
Beispiel #10
0
 internal PrivateDomainsEndpoint(CloudFoundryClientV2 client,
                                 ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient)
 {
     this.Client = client;
 }
Beispiel #11
0
 internal ResourceMatchEndpoint(CloudFoundryClientV2 client,
                                ISimpleHttpClient simpleHttpClient) : base(simpleHttpClient)
 {
     this.Client = client;
 }
 internal EnvironmentVariableGroupsEndpoint(CloudFoundryClientV2 client, ISimpleHttpClient simpleHttpClient)
     : base(simpleHttpClient)
 {
     this.Client = client;
 }