Class PowerVSServiceEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.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 Summary
Constructors Constructor Description PowerVSServiceEndpoint()No args constructor for use in serializationPowerVSServiceEndpoint(String name, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerVSServiceEndpointBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the name of the Power VS 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 Power VS service.voidsetUrl(String url)url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client.PowerVSServiceEndpointBuildertoBuilder()
-
-
-
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.
-
edit
public PowerVSServiceEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PowerVSServiceEndpointBuilder>
-
toBuilder
public PowerVSServiceEndpointBuilder toBuilder()
-
-