Class PowerVSPlatformSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PowerVSPlatformSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PowerVSPlatformSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<PowerVSPlatformSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PowerVSPlatformSpec holds the desired state of the IBM Power Systems Virtual Servers infrastructure provider. This only includes fields that can be modified in the cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PowerVSPlatformSpec()No args constructor for use in serializationPowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerVSPlatformSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<PowerVSServiceEndpoint>getServiceEndpoints()serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.PowerVSPlatformSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
PowerVSPlatformSpec
public PowerVSPlatformSpec()
No args constructor for use in serialization
-
PowerVSPlatformSpec
public PowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints)
-
-
Method Detail
-
getServiceEndpoints
public List<PowerVSServiceEndpoint> getServiceEndpoints()
serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.
-
setServiceEndpoints
public void setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)
serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.
-
edit
public PowerVSPlatformSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PowerVSPlatformSpecBuilder>
-
toBuilder
public PowerVSPlatformSpecBuilder toBuilder()
-
-