Class GCPDiskFluent<A extends GCPDiskFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPDiskFluent<A>
-
- Direct Known Subclasses:
GCPDiskBuilder,GCPMachineProviderSpecFluent.DisksNested
public class GCPDiskFluent<A extends GCPDiskFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGCPDiskFluent.EncryptionKeyNested<N>
-
Constructor Summary
Constructors Constructor Description GCPDiskFluent()GCPDiskFluent(GCPDisk instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPDiskFluent
public GCPDiskFluent()
-
GCPDiskFluent
public GCPDiskFluent(GCPDisk instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPDisk instance)
-
getAutoDelete
public Boolean getAutoDelete()
-
hasAutoDelete
public boolean hasAutoDelete()
-
getBoot
public Boolean getBoot()
-
hasBoot
public boolean hasBoot()
-
buildEncryptionKey
public GCPEncryptionKeyReference buildEncryptionKey()
-
withEncryptionKey
public A withEncryptionKey(GCPEncryptionKeyReference encryptionKey)
-
hasEncryptionKey
public boolean hasEncryptionKey()
-
withNewEncryptionKey
public GCPDiskFluent.EncryptionKeyNested<A> withNewEncryptionKey()
-
withNewEncryptionKeyLike
public GCPDiskFluent.EncryptionKeyNested<A> withNewEncryptionKeyLike(GCPEncryptionKeyReference item)
-
editEncryptionKey
public GCPDiskFluent.EncryptionKeyNested<A> editEncryptionKey()
-
editOrNewEncryptionKey
public GCPDiskFluent.EncryptionKeyNested<A> editOrNewEncryptionKey()
-
editOrNewEncryptionKeyLike
public GCPDiskFluent.EncryptionKeyNested<A> editOrNewEncryptionKeyLike(GCPEncryptionKeyReference item)
-
getImage
public String getImage()
-
hasImage
public boolean hasImage()
-
hasLabels
public boolean hasLabels()
-
getSizeGb
public Long getSizeGb()
-
hasSizeGb
public boolean hasSizeGb()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
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 GCPDiskFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPDiskFluent<A>>
-
withAutoDelete
public A withAutoDelete()
-
withBoot
public A withBoot()
-
-