Class PowerVSServiceEndpoint

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

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

      • PowerVSServiceEndpoint

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

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

      • getName

        public String getName()
        name is the name of the Power VS service. Few of the services are IAM - https://cloud.ibm.com/apidocs/iam-identity-token-api ResourceController - https://cloud.ibm.com/apidocs/resource-controller/resource-controller Power Cloud - https://cloud.ibm.com/apidocs/power-cloud
      • setName

        public void setName​(String name)
        name is the name of the Power VS service. Few of the services are IAM - https://cloud.ibm.com/apidocs/iam-identity-token-api ResourceController - https://cloud.ibm.com/apidocs/resource-controller/resource-controller Power Cloud - https://cloud.ibm.com/apidocs/power-cloud
      • 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.
      • 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.
      • getAdditionalProperties

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

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

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