Class IBMCloudServiceEndpoint

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<IBMCloudServiceEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IBMCloudServiceEndpoint
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IBMCloudServiceEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IBMCloudServiceEndpoint stores the configuration of a custom url to override existing defaults of IBM Cloud Services.
    See Also:
    Serialized Form
    • Constructor Detail

      • IBMCloudServiceEndpoint

        public IBMCloudServiceEndpoint()
        No args constructor for use in serialization
      • IBMCloudServiceEndpoint

        public IBMCloudServiceEndpoint​(String name,
                                       String url)
    • Method Detail

      • getName

        public String getName()
        name is the name of the IBM Cloud service. Possible values are: CIS, COS, COSConfig, DNSServices, GlobalCatalog, GlobalSearch, GlobalTagging, HyperProtect, IAM, KeyProtect, ResourceController, ResourceManager, or VPC. For example, the IBM Cloud Private IAM service could be configured with the service `name` of `IAM` and `url` of `https://private.iam.cloud.ibm.com` Whereas the IBM Cloud Private VPC service for US South (Dallas) could be configured with the service `name` of `VPC` and `url` of `https://us.south.private.iaas.cloud.ibm.com`
      • setName

        public void setName​(String name)
        name is the name of the IBM Cloud service. Possible values are: CIS, COS, COSConfig, DNSServices, GlobalCatalog, GlobalSearch, GlobalTagging, HyperProtect, IAM, KeyProtect, ResourceController, ResourceManager, or VPC. For example, the IBM Cloud Private IAM service could be configured with the service `name` of `IAM` and `url` of `https://private.iam.cloud.ibm.com` Whereas the IBM Cloud Private VPC service for US South (Dallas) could be configured with the service `name` of `VPC` and `url` of `https://us.south.private.iaas.cloud.ibm.com`
      • getUrl

        public String getUrl()
        url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty. The path must follow the pattern /v[0,9]+ or /api/v[0,9]+
      • setUrl

        public void setUrl​(String url)
        url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty. The path must follow the pattern /v[0,9]+ or /api/v[0,9]+
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)