All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent Maven / Gradle / Ivy

package io.fabric8.openshift.api.model.installer.gcp.v1;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface EncryptionKeyReferenceFluent> extends io.fabric8.kubernetes.api.builder.Fluent{
  
  /**
   * This method has been deprecated, please use method buildKmsKey instead.
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReference getKmsKey();
  public io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReference buildKmsKey();
  public A withKmsKey(io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReference kmsKey);
  public java.lang.Boolean hasKmsKey();
  public A withNewKmsKey(java.lang.String keyRing,java.lang.String location,java.lang.String name,java.lang.String projectID);
  public io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent.KmsKeyNested withNewKmsKey();
  public io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent.KmsKeyNested withNewKmsKeyLike(io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReference item);
  public io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent.KmsKeyNested editKmsKey();
  public io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent.KmsKeyNested editOrNewKmsKey();
  public io.fabric8.openshift.api.model.installer.gcp.v1.EncryptionKeyReferenceFluent.KmsKeyNested editOrNewKmsKeyLike(io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReference item);
  public java.lang.String getKmsKeyServiceAccount();
  public A withKmsKeyServiceAccount(java.lang.String kmsKeyServiceAccount);
  public java.lang.Boolean hasKmsKeyServiceAccount();
  
  /**
   * Method is deprecated. use withKmsKeyServiceAccount instead.
   */
  @java.lang.Deprecated
  public A withNewKmsKeyServiceAccount(java.lang.String arg0);
  public A addToAdditionalProperties(java.lang.String key,java.lang.Object value);
  public A addToAdditionalProperties(java.util.Map map);
  public A removeFromAdditionalProperties(java.lang.String key);
  public A removeFromAdditionalProperties(java.util.Map map);
  public java.util.Map getAdditionalProperties();
  public A withAdditionalProperties(java.util.Map additionalProperties);
  public java.lang.Boolean hasAdditionalProperties();
  public interface KmsKeyNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.openshift.api.model.installer.gcp.v1.KMSKeyReferenceFluent>{
    public N and();
    public N endKmsKey();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy