Class IstioPluginCertificateAuthority

java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioPluginCertificateAuthority

public final class IstioPluginCertificateAuthority extends Object
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.