Class EBSBlockDeviceSpecFluent<A extends EBSBlockDeviceSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.EBSBlockDeviceSpecFluent<A>
-
- Direct Known Subclasses:
BlockDeviceMappingSpecFluent.EbsNested,EBSBlockDeviceSpecBuilder
public class EBSBlockDeviceSpecFluent<A extends EBSBlockDeviceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEBSBlockDeviceSpecFluent.KmsKeyNested<N>
-
Constructor Summary
Constructors Constructor Description EBSBlockDeviceSpecFluent()EBSBlockDeviceSpecFluent(EBSBlockDeviceSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
EBSBlockDeviceSpecFluent
public EBSBlockDeviceSpecFluent()
-
EBSBlockDeviceSpecFluent
public EBSBlockDeviceSpecFluent(EBSBlockDeviceSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(EBSBlockDeviceSpec instance)
-
getDeleteOnTermination
public Boolean getDeleteOnTermination()
-
hasDeleteOnTermination
public boolean hasDeleteOnTermination()
-
getEncrypted
public Boolean getEncrypted()
-
hasEncrypted
public boolean hasEncrypted()
-
getIops
public Long getIops()
-
hasIops
public boolean hasIops()
-
buildKmsKey
public AWSResourceReference buildKmsKey()
-
withKmsKey
public A withKmsKey(AWSResourceReference kmsKey)
-
hasKmsKey
public boolean hasKmsKey()
-
withNewKmsKey
public EBSBlockDeviceSpecFluent.KmsKeyNested<A> withNewKmsKey()
-
withNewKmsKeyLike
public EBSBlockDeviceSpecFluent.KmsKeyNested<A> withNewKmsKeyLike(AWSResourceReference item)
-
editKmsKey
public EBSBlockDeviceSpecFluent.KmsKeyNested<A> editKmsKey()
-
editOrNewKmsKey
public EBSBlockDeviceSpecFluent.KmsKeyNested<A> editOrNewKmsKey()
-
editOrNewKmsKeyLike
public EBSBlockDeviceSpecFluent.KmsKeyNested<A> editOrNewKmsKeyLike(AWSResourceReference item)
-
getVolumeSize
public Long getVolumeSize()
-
hasVolumeSize
public boolean hasVolumeSize()
-
getVolumeType
public String getVolumeType()
-
hasVolumeType
public boolean hasVolumeType()
-
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 EBSBlockDeviceSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EBSBlockDeviceSpecFluent<A>>
-
withDeleteOnTermination
public A withDeleteOnTermination()
-
withEncrypted
public A withEncrypted()
-
-