@Generated(value="jsonschema2pojo") public class PowerVSPlatformSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<PowerVSPlatformSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PowerVSPlatformSpec()
No args constructor for use in serialization
|
PowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints) |
| Modifier and Type | Method and Description |
|---|---|
PowerVSPlatformSpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
List<PowerVSServiceEndpoint> |
getServiceEndpoints() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints) |
PowerVSPlatformSpecBuilder |
toBuilder() |
public PowerVSPlatformSpec()
public PowerVSPlatformSpec(List<PowerVSServiceEndpoint> serviceEndpoints)
public List<PowerVSServiceEndpoint> getServiceEndpoints()
public void setServiceEndpoints(List<PowerVSServiceEndpoint> serviceEndpoints)
public PowerVSPlatformSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PowerVSPlatformSpecBuilder>public PowerVSPlatformSpecBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.