Class IstioPluginCertificateAuthority

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

public final class IstioPluginCertificateAuthority extends Object implements com.azure.json.JsonSerializable<IstioPluginCertificateAuthority>
Plugin certificates information for Service Mesh.
  • Constructor Details

    • IstioPluginCertificateAuthority

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

    • keyVaultId

      public String keyVaultId()
      Get the keyVaultId property: The resource ID of the Key Vault.
      Returns:
      the keyVaultId value.
    • withKeyVaultId

      public IstioPluginCertificateAuthority withKeyVaultId(String keyVaultId)
      Set the keyVaultId property: The resource ID of the Key Vault.
      Parameters:
      keyVaultId - the keyVaultId value to set.
      Returns:
      the IstioPluginCertificateAuthority object itself.
    • certObjectName

      public String certObjectName()
      Get the certObjectName property: Intermediate certificate object name in Azure Key Vault.
      Returns:
      the certObjectName value.
    • withCertObjectName

      public IstioPluginCertificateAuthority withCertObjectName(String certObjectName)
      Set the certObjectName property: Intermediate certificate object name in Azure Key Vault.
      Parameters:
      certObjectName - the certObjectName value to set.
      Returns:
      the IstioPluginCertificateAuthority object itself.
    • keyObjectName

      public String keyObjectName()
      Get the keyObjectName property: Intermediate certificate private key object name in Azure Key Vault.
      Returns:
      the keyObjectName value.
    • withKeyObjectName

      public IstioPluginCertificateAuthority withKeyObjectName(String keyObjectName)
      Set the keyObjectName property: Intermediate certificate private key object name in Azure Key Vault.
      Parameters:
      keyObjectName - the keyObjectName value to set.
      Returns:
      the IstioPluginCertificateAuthority object itself.
    • rootCertObjectName

      public String rootCertObjectName()
      Get the rootCertObjectName property: Root certificate object name in Azure Key Vault.
      Returns:
      the rootCertObjectName value.
    • withRootCertObjectName

      public IstioPluginCertificateAuthority withRootCertObjectName(String rootCertObjectName)
      Set the rootCertObjectName property: Root certificate object name in Azure Key Vault.
      Parameters:
      rootCertObjectName - the rootCertObjectName value to set.
      Returns:
      the IstioPluginCertificateAuthority object itself.
    • certChainObjectName

      public String certChainObjectName()
      Get the certChainObjectName property: Certificate chain object name in Azure Key Vault.
      Returns:
      the certChainObjectName value.
    • withCertChainObjectName

      public IstioPluginCertificateAuthority withCertChainObjectName(String certChainObjectName)
      Set the certChainObjectName property: Certificate chain object name in Azure Key Vault.
      Parameters:
      certChainObjectName - the certChainObjectName value to set.
      Returns:
      the IstioPluginCertificateAuthority 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<IstioPluginCertificateAuthority>
      Throws:
      IOException
    • fromJson

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