Class 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 Detail

      • PowerVSPlatformSpec

        public PowerVSPlatformSpec()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

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

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

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