@Generated(value="jsonschema2pojo") public class Platform extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Platform()
No args constructor for use in serialization
|
Platform(MachinePool defaultMachinePlatform,
String privateZoneID,
String region,
String resourceGroupID,
Map<String,String> tags,
String vpcID,
List<String> vswitchIDs) |
| Modifier and Type | Method and Description |
|---|---|
PlatformBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
MachinePool |
getDefaultMachinePlatform() |
String |
getPrivateZoneID() |
String |
getRegion() |
String |
getResourceGroupID() |
Map<String,String> |
getTags() |
String |
getVpcID() |
List<String> |
getVswitchIDs() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
void |
setPrivateZoneID(String privateZoneID) |
void |
setRegion(String region) |
void |
setResourceGroupID(String resourceGroupID) |
void |
setTags(Map<String,String> tags) |
void |
setVpcID(String vpcID) |
void |
setVswitchIDs(List<String> vswitchIDs) |
PlatformBuilder |
toBuilder() |
public MachinePool getDefaultMachinePlatform()
public void setDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public String getPrivateZoneID()
public void setPrivateZoneID(String privateZoneID)
public String getRegion()
public void setRegion(String region)
public String getResourceGroupID()
public void setResourceGroupID(String resourceGroupID)
public String getVpcID()
public void setVpcID(String vpcID)
public PlatformBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>public PlatformBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.