public interface PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformFluent.DefaultMachinePlatformNested<N> |
@Deprecated MachinePool getDefaultMachinePlatform()
MachinePool buildDefaultMachinePlatform()
A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
Boolean hasDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
String getPrivateZoneID()
Boolean hasPrivateZoneID()
@Deprecated A withNewPrivateZoneID(String arg0)
String getRegion()
Boolean hasRegion()
@Deprecated A withNewRegion(String arg0)
String getResourceGroupID()
Boolean hasResourceGroupID()
@Deprecated A withNewResourceGroupID(String arg0)
Boolean hasTags()
String getVpcID()
Boolean hasVpcID()
@Deprecated A withNewVpcID(String arg0)
A addAllToVswitchIDs(Collection<String> items)
A removeAllFromVswitchIDs(Collection<String> items)
String getFirstVswitchID()
String getLastVswitchID()
Boolean hasVswitchIDs()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.