Class IBMCloudServiceEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.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 Summary
Constructors Constructor Description IBMCloudServiceEndpoint()No args constructor for use in serializationIBMCloudServiceEndpoint(String name, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBMCloudServiceEndpointBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the name of the IBM Cloud service.StringgetUrl()url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the name of the IBM Cloud service.voidsetUrl(String url)url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client.IBMCloudServiceEndpointBuildertoBuilder()
-
-
-
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]+
-
edit
public IBMCloudServiceEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IBMCloudServiceEndpointBuilder>
-
toBuilder
public IBMCloudServiceEndpointBuilder toBuilder()
-
-