Class EncryptionAlibaba
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.EncryptionAlibaba
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<EncryptionAlibabaBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class EncryptionAlibaba extends Object implements io.fabric8.kubernetes.api.builder.Editable<EncryptionAlibabaBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptionAlibaba()No args constructor for use in serializationEncryptionAlibaba(KMSEncryptionAlibaba kms, String method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionAlibabaBuilderedit()Map<String,Object>getAdditionalProperties()KMSEncryptionAlibabagetKms()EncryptionAlibaba this a union type in kube parlance.StringgetMethod()method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKms(KMSEncryptionAlibaba kms)EncryptionAlibaba this a union type in kube parlance.voidsetMethod(String method)method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time.EncryptionAlibabaBuildertoBuilder()
-
-
-
Constructor Detail
-
EncryptionAlibaba
public EncryptionAlibaba()
No args constructor for use in serialization
-
EncryptionAlibaba
public EncryptionAlibaba(KMSEncryptionAlibaba kms, String method)
-
-
Method Detail
-
getKms
public KMSEncryptionAlibaba getKms()
EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used
-
setKms
public void setKms(KMSEncryptionAlibaba kms)
EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used
-
getMethod
public String getMethod()
method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `AES256`.
-
setMethod
public void setMethod(String method)
method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `AES256`.
-
edit
public EncryptionAlibabaBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<EncryptionAlibabaBuilder>
-
toBuilder
public EncryptionAlibabaBuilder toBuilder()
-
-