Class MachinePoolFluent<A extends MachinePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.azure.v1.MachinePoolFluent<A>
-
- Direct Known Subclasses:
MachinePoolBuilder,MachinePoolPlatformFluent.AzureNested,PlatformFluent.DefaultMachinePlatformNested
public class MachinePoolFluent<A extends MachinePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMachinePoolFluent.OsDiskNested<N>classMachinePoolFluent.OsImageNested<N>classMachinePoolFluent.SettingsNested<N>
-
Constructor Summary
Constructors Constructor Description MachinePoolFluent()MachinePoolFluent(MachinePool instance)
-
Method Summary
-
-
-
Constructor Detail
-
MachinePoolFluent
public MachinePoolFluent()
-
MachinePoolFluent
public MachinePoolFluent(MachinePool instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(MachinePool instance)
-
getEncryptionAtHost
public Boolean getEncryptionAtHost()
-
hasEncryptionAtHost
public boolean hasEncryptionAtHost()
-
buildOsDisk
public OSDisk buildOsDisk()
-
hasOsDisk
public boolean hasOsDisk()
-
withNewOsDisk
public MachinePoolFluent.OsDiskNested<A> withNewOsDisk()
-
withNewOsDiskLike
public MachinePoolFluent.OsDiskNested<A> withNewOsDiskLike(OSDisk item)
-
editOsDisk
public MachinePoolFluent.OsDiskNested<A> editOsDisk()
-
editOrNewOsDisk
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDisk()
-
editOrNewOsDiskLike
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDiskLike(OSDisk item)
-
buildOsImage
public OSImage buildOsImage()
-
hasOsImage
public boolean hasOsImage()
-
withNewOsImage
public A withNewOsImage(String offer, String plan, String publisher, String sku, String version)
-
withNewOsImage
public MachinePoolFluent.OsImageNested<A> withNewOsImage()
-
withNewOsImageLike
public MachinePoolFluent.OsImageNested<A> withNewOsImageLike(OSImage item)
-
editOsImage
public MachinePoolFluent.OsImageNested<A> editOsImage()
-
editOrNewOsImage
public MachinePoolFluent.OsImageNested<A> editOrNewOsImage()
-
editOrNewOsImageLike
public MachinePoolFluent.OsImageNested<A> editOrNewOsImageLike(OSImage item)
-
buildSettings
public SecuritySettings buildSettings()
-
withSettings
public A withSettings(SecuritySettings settings)
-
hasSettings
public boolean hasSettings()
-
withNewSettings
public MachinePoolFluent.SettingsNested<A> withNewSettings()
-
withNewSettingsLike
public MachinePoolFluent.SettingsNested<A> withNewSettingsLike(SecuritySettings item)
-
editSettings
public MachinePoolFluent.SettingsNested<A> editSettings()
-
editOrNewSettings
public MachinePoolFluent.SettingsNested<A> editOrNewSettings()
-
editOrNewSettingsLike
public MachinePoolFluent.SettingsNested<A> editOrNewSettingsLike(SecuritySettings item)
-
getType
public String getType()
-
hasType
public boolean hasType()
-
getUltraSSDCapability
public String getUltraSSDCapability()
-
hasUltraSSDCapability
public boolean hasUltraSSDCapability()
-
getVmNetworkingType
public String getVmNetworkingType()
-
hasVmNetworkingType
public boolean hasVmNetworkingType()
-
addAllToZones
public A addAllToZones(Collection<String> items)
-
removeAllFromZones
public A removeAllFromZones(Collection<String> items)
-
getZone
public String getZone(int index)
-
getFirstZone
public String getFirstZone()
-
getLastZone
public String getLastZone()
-
hasZones
public boolean hasZones()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachinePoolFluent<A>>
-
withEncryptionAtHost
public A withEncryptionAtHost()
-
-