Class EncryptionProperties

java.lang.Object
com.azure.resourcemanager.containerinstance.models.EncryptionProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<EncryptionProperties>

public final class EncryptionProperties extends Object implements com.azure.json.JsonSerializable<EncryptionProperties>
The container group encryption properties.
  • Constructor Details

    • EncryptionProperties

      public EncryptionProperties()
      Creates an instance of EncryptionProperties class.
  • Method Details

    • vaultBaseUrl

      public String vaultBaseUrl()
      Get the vaultBaseUrl property: The keyvault base url.
      Returns:
      the vaultBaseUrl value.
    • withVaultBaseUrl

      public EncryptionProperties withVaultBaseUrl(String vaultBaseUrl)
      Set the vaultBaseUrl property: The keyvault base url.
      Parameters:
      vaultBaseUrl - the vaultBaseUrl value to set.
      Returns:
      the EncryptionProperties object itself.
    • keyName

      public String keyName()
      Get the keyName property: The encryption key name.
      Returns:
      the keyName value.
    • withKeyName

      public EncryptionProperties withKeyName(String keyName)
      Set the keyName property: The encryption key name.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the EncryptionProperties object itself.
    • keyVersion

      public String keyVersion()
      Get the keyVersion property: The encryption key version.
      Returns:
      the keyVersion value.
    • withKeyVersion

      public EncryptionProperties withKeyVersion(String keyVersion)
      Set the keyVersion property: The encryption key version.
      Parameters:
      keyVersion - the keyVersion value to set.
      Returns:
      the EncryptionProperties object itself.
    • identity

      public String identity()
      Get the identity property: The keyvault managed identity.
      Returns:
      the identity value.
    • withIdentity

      public EncryptionProperties withIdentity(String identity)
      Set the identity property: The keyvault managed identity.
      Parameters:
      identity - the identity value to set.
      Returns:
      the EncryptionProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<EncryptionProperties>
      Throws:
      IOException
    • fromJson

      public static EncryptionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of EncryptionProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of EncryptionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the EncryptionProperties.