Class GCPEncryptionKeyReferenceFluent<A extends GCPEncryptionKeyReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPEncryptionKeyReferenceFluent<A>
-
- Direct Known Subclasses:
GCPDiskFluent.EncryptionKeyNested,GCPEncryptionKeyReferenceBuilder
public class GCPEncryptionKeyReferenceFluent<A extends GCPEncryptionKeyReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGCPEncryptionKeyReferenceFluent.KmsKeyNested<N>
-
Constructor Summary
Constructors Constructor Description GCPEncryptionKeyReferenceFluent()GCPEncryptionKeyReferenceFluent(GCPEncryptionKeyReference instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPEncryptionKeyReferenceFluent
public GCPEncryptionKeyReferenceFluent()
-
GCPEncryptionKeyReferenceFluent
public GCPEncryptionKeyReferenceFluent(GCPEncryptionKeyReference instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPEncryptionKeyReference instance)
-
buildKmsKey
public GCPKMSKeyReference buildKmsKey()
-
withKmsKey
public A withKmsKey(GCPKMSKeyReference kmsKey)
-
hasKmsKey
public boolean hasKmsKey()
-
withNewKmsKey
public A withNewKmsKey(String keyRing, String location, String name, String projectID)
-
withNewKmsKey
public GCPEncryptionKeyReferenceFluent.KmsKeyNested<A> withNewKmsKey()
-
withNewKmsKeyLike
public GCPEncryptionKeyReferenceFluent.KmsKeyNested<A> withNewKmsKeyLike(GCPKMSKeyReference item)
-
editKmsKey
public GCPEncryptionKeyReferenceFluent.KmsKeyNested<A> editKmsKey()
-
editOrNewKmsKey
public GCPEncryptionKeyReferenceFluent.KmsKeyNested<A> editOrNewKmsKey()
-
editOrNewKmsKeyLike
public GCPEncryptionKeyReferenceFluent.KmsKeyNested<A> editOrNewKmsKeyLike(GCPKMSKeyReference 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 GCPEncryptionKeyReferenceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPEncryptionKeyReferenceFluent<A>>
-
-