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 java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;
import java.util.LinkedHashMap;

 /**
  * Generated
  */
public interface EncryptionKeyReferenceFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildKmsKey instead.
   * @return The buildable object.
   */
  @Deprecated
  public 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 Boolean hasKmsKey();
  public A withNewKmsKey(String keyRing,java.lang.String location,java.lang.String name,java.lang.String projectID);
  public 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();
  public A addToAdditionalProperties(java.lang.String key,Object value);
  public A addToAdditionalProperties(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 Nested,KMSKeyReferenceFluent>{
    public N and();
    public N endKmsKey();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy