public class MachinePoolPlatform extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachinePoolPlatform()
No args constructor for use in serialization
|
MachinePoolPlatform(EC2RootVolume rootVolume,
SpotMarketOptions spotMarketOptions,
List<String> subnets,
String type,
List<String> zones) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
EC2RootVolume |
getRootVolume() |
SpotMarketOptions |
getSpotMarketOptions() |
List<String> |
getSubnets() |
String |
getType() |
List<String> |
getZones() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRootVolume(EC2RootVolume rootVolume) |
void |
setSpotMarketOptions(SpotMarketOptions spotMarketOptions) |
void |
setSubnets(List<String> subnets) |
void |
setType(String type) |
void |
setZones(List<String> zones) |
public MachinePoolPlatform()
public MachinePoolPlatform(EC2RootVolume rootVolume, SpotMarketOptions spotMarketOptions, List<String> subnets, String type, List<String> zones)
rootVolume - subnets - spotMarketOptions - type - zones - public EC2RootVolume getRootVolume()
public void setRootVolume(EC2RootVolume rootVolume)
public SpotMarketOptions getSpotMarketOptions()
public void setSpotMarketOptions(SpotMarketOptions spotMarketOptions)
public String getType()
public void setType(String type)
Copyright © 2015–2020 Red Hat. All rights reserved.