Class GCPEncryptionKeyReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPEncryptionKeyReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GCPEncryptionKeyReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GCPEncryptionKeyReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<GCPEncryptionKeyReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCPEncryptionKeyReference()No args constructor for use in serializationGCPEncryptionKeyReference(GCPKMSKeyReference kmsKey, String kmsKeyServiceAccount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCPEncryptionKeyReferenceBuilderedit()Map<String,Object>getAdditionalProperties()GCPKMSKeyReferencegetKmsKey()StringgetKmsKeyServiceAccount()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKmsKey(GCPKMSKeyReference kmsKey)voidsetKmsKeyServiceAccount(String kmsKeyServiceAccount)GCPEncryptionKeyReferenceBuildertoBuilder()
-
-
-
Constructor Detail
-
GCPEncryptionKeyReference
public GCPEncryptionKeyReference()
No args constructor for use in serialization
-
GCPEncryptionKeyReference
public GCPEncryptionKeyReference(GCPKMSKeyReference kmsKey, String kmsKeyServiceAccount)
-
-
Method Detail
-
getKmsKey
public GCPKMSKeyReference getKmsKey()
-
setKmsKey
public void setKmsKey(GCPKMSKeyReference kmsKey)
-
getKmsKeyServiceAccount
public String getKmsKeyServiceAccount()
-
setKmsKeyServiceAccount
public void setKmsKeyServiceAccount(String kmsKeyServiceAccount)
-
edit
public GCPEncryptionKeyReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GCPEncryptionKeyReferenceBuilder>
-
toBuilder
public GCPEncryptionKeyReferenceBuilder toBuilder()
-
-