GatewayCertificateAuthorityContractInner Class

public final class GatewayCertificateAuthorityContractInner
extends ProxyResource

Gateway certificate authority details.

Constructor Summary

Constructor Description
GatewayCertificateAuthorityContractInner()

Creates an instance of GatewayCertificateAuthorityContractInner class.

Method Summary

Modifier and Type Method and Description
Boolean isTrusted()

Get the isTrusted property: Determines whether certificate authority is trusted.

void validate()

Validates the instance.

GatewayCertificateAuthorityContractInner withIsTrusted(Boolean isTrusted)

Set the isTrusted property: Determines whether certificate authority is trusted.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

GatewayCertificateAuthorityContractInner

public GatewayCertificateAuthorityContractInner()

Creates an instance of GatewayCertificateAuthorityContractInner class.

Method Details

isTrusted

public Boolean isTrusted()

Get the isTrusted property: Determines whether certificate authority is trusted.

Returns:

the isTrusted value.

validate

public void validate()

Validates the instance.

withIsTrusted

public GatewayCertificateAuthorityContractInner withIsTrusted(Boolean isTrusted)

Set the isTrusted property: Determines whether certificate authority is trusted.

Parameters:

isTrusted - the isTrusted value to set.

Returns:

the GatewayCertificateAuthorityContractInner object itself.

Applies to