Class IstioCertificateAuthority
java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioCertificateAuthority
Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as
described here https://aka.ms/asm-plugin-ca.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of IstioCertificateAuthority class. -
Method Summary
-
Constructor Details
-
IstioCertificateAuthority
public IstioCertificateAuthority()Creates an instance of IstioCertificateAuthority class.
-
-
Method Details
-
plugin
Get the plugin property: Plugin certificates information for Service Mesh.- Returns:
- the plugin value.
-
withPlugin
Set the plugin property: Plugin certificates information for Service Mesh.- Parameters:
plugin- the plugin value to set.- Returns:
- the IstioCertificateAuthority object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-