Class EncryptionKeyReferenceFluent<A extends EncryptionKeyReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.EncryptionKeyReferenceFluent<A>
-
- Direct Known Subclasses:
EncryptionKeyReferenceBuilder,OSDiskFluent.EncryptionKeyNested
public class EncryptionKeyReferenceFluent<A extends EncryptionKeyReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEncryptionKeyReferenceFluent.KmsKeyNested<N>
-
Constructor Summary
Constructors Constructor Description EncryptionKeyReferenceFluent()EncryptionKeyReferenceFluent(EncryptionKeyReference instance)
-
Method Summary
-
-
-
Constructor Detail
-
EncryptionKeyReferenceFluent
public EncryptionKeyReferenceFluent()
-
EncryptionKeyReferenceFluent
public EncryptionKeyReferenceFluent(EncryptionKeyReference instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(EncryptionKeyReference instance)
-
buildKmsKey
public KMSKeyReference buildKmsKey()
-
withKmsKey
public A withKmsKey(KMSKeyReference kmsKey)
-
hasKmsKey
public boolean hasKmsKey()
-
withNewKmsKey
public A withNewKmsKey(String keyRing, String location, String name, String projectID)
-
withNewKmsKey
public EncryptionKeyReferenceFluent.KmsKeyNested<A> withNewKmsKey()
-
withNewKmsKeyLike
public EncryptionKeyReferenceFluent.KmsKeyNested<A> withNewKmsKeyLike(KMSKeyReference item)
-
editKmsKey
public EncryptionKeyReferenceFluent.KmsKeyNested<A> editKmsKey()
-
editOrNewKmsKey
public EncryptionKeyReferenceFluent.KmsKeyNested<A> editOrNewKmsKey()
-
editOrNewKmsKeyLike
public EncryptionKeyReferenceFluent.KmsKeyNested<A> editOrNewKmsKeyLike(KMSKeyReference item)
-
getKmsKeyServiceAccount
public String getKmsKeyServiceAccount()
-
hasKmsKeyServiceAccount
public boolean hasKmsKeyServiceAccount()
-
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 EncryptionKeyReferenceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EncryptionKeyReferenceFluent<A>>
-
-