ApplicationGatewayAvailableSslOptionsInner Class

public final class ApplicationGatewayAvailableSslOptionsInner
extends Resource

Response for ApplicationGatewayAvailableSslOptions API service call.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewaySslCipherSuite> availableCipherSuites()

Get the availableCipherSuites property: List of available Ssl cipher suites.

List<ApplicationGatewaySslProtocol> availableProtocols()

Get the availableProtocols property: List of available Ssl protocols.

ApplicationGatewaySslPolicyName defaultPolicy()

Get the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.

static ApplicationGatewayAvailableSslOptionsInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAvailableSslOptionsInner from the JsonReader.

String id()

Get the id property: Resource ID.

String name()

Get the name property: The name of the resource.

List<SubResource> predefinedPolicies()

Get the predefinedPolicies property: List of available Ssl predefined policy.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Method Details

availableCipherSuites

public List<ApplicationGatewaySslCipherSuite> availableCipherSuites()

Get the availableCipherSuites property: List of available Ssl cipher suites.

Returns:

the availableCipherSuites value.

availableProtocols

public List<ApplicationGatewaySslProtocol> availableProtocols()

Get the availableProtocols property: List of available Ssl protocols.

Returns:

the availableProtocols value.

defaultPolicy

public ApplicationGatewaySslPolicyName defaultPolicy()

Get the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.

Returns:

the defaultPolicy value.

fromJson

public static ApplicationGatewayAvailableSslOptionsInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAvailableSslOptionsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayAvailableSslOptionsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Resource ID.

Overrides:

ApplicationGatewayAvailableSslOptionsInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ApplicationGatewayAvailableSslOptionsInner.name()

Returns:

the name value.

predefinedPolicies

public List<SubResource> predefinedPolicies()

Get the predefinedPolicies property: List of available Ssl predefined policy.

Returns:

the predefinedPolicies value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationGatewayAvailableSslOptionsInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ApplicationGatewayAvailableSslOptionsInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to