Class MachinePoolFluent<A extends MachinePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.ovirt.v1.MachinePoolFluent<A>
-
- Direct Known Subclasses:
MachinePoolBuilder,MachinePoolPlatformFluent.OvirtNested,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.CpuNested<N>classMachinePoolFluent.OsDiskNested<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)
-
addAllToAffinityGroupsNames
public A addAllToAffinityGroupsNames(Collection<String> items)
-
removeAllFromAffinityGroupsNames
public A removeAllFromAffinityGroupsNames(Collection<String> items)
-
getAffinityGroupsName
public String getAffinityGroupsName(int index)
-
getFirstAffinityGroupsName
public String getFirstAffinityGroupsName()
-
getLastAffinityGroupsName
public String getLastAffinityGroupsName()
-
getMatchingAffinityGroupsName
public String getMatchingAffinityGroupsName(Predicate<String> predicate)
-
hasMatchingAffinityGroupsName
public boolean hasMatchingAffinityGroupsName(Predicate<String> predicate)
-
hasAffinityGroupsNames
public boolean hasAffinityGroupsNames()
-
getAutoPinningPolicy
public String getAutoPinningPolicy()
-
hasAutoPinningPolicy
public boolean hasAutoPinningPolicy()
-
getClone
public Boolean getClone()
-
hasClone
public boolean hasClone()
-
buildCpu
public CPU buildCpu()
-
hasCpu
public boolean hasCpu()
-
withNewCpu
public MachinePoolFluent.CpuNested<A> withNewCpu()
-
withNewCpuLike
public MachinePoolFluent.CpuNested<A> withNewCpuLike(CPU item)
-
editCpu
public MachinePoolFluent.CpuNested<A> editCpu()
-
editOrNewCpu
public MachinePoolFluent.CpuNested<A> editOrNewCpu()
-
editOrNewCpuLike
public MachinePoolFluent.CpuNested<A> editOrNewCpuLike(CPU item)
-
getFormat
public String getFormat()
-
hasFormat
public boolean hasFormat()
-
getHugepages
public Integer getHugepages()
-
hasHugepages
public boolean hasHugepages()
-
getInstanceTypeID
public String getInstanceTypeID()
-
hasInstanceTypeID
public boolean hasInstanceTypeID()
-
getMemoryMB
public Integer getMemoryMB()
-
hasMemoryMB
public boolean hasMemoryMB()
-
buildOsDisk
public Disk buildOsDisk()
-
hasOsDisk
public boolean hasOsDisk()
-
withNewOsDisk
public MachinePoolFluent.OsDiskNested<A> withNewOsDisk()
-
withNewOsDiskLike
public MachinePoolFluent.OsDiskNested<A> withNewOsDiskLike(Disk item)
-
editOsDisk
public MachinePoolFluent.OsDiskNested<A> editOsDisk()
-
editOrNewOsDisk
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDisk()
-
editOrNewOsDiskLike
public MachinePoolFluent.OsDiskNested<A> editOrNewOsDiskLike(Disk item)
-
getSparse
public Boolean getSparse()
-
hasSparse
public boolean hasSparse()
-
getVmType
public String getVmType()
-
hasVmType
public boolean hasVmType()
-
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>>
-
withClone
public A withClone()
-
withSparse
public A withSparse()
-
-