Click or drag to resize
LoadBalancerSslConfiguration Constructor (NullableBoolean, NullableBoolean, NullableInt32)
This API is preliminary and subject to change.
Initializes a new instance of the LoadBalancerSslConfiguration class using the specified configuration.

Namespace: net.openstack.Providers.Rackspace.Objects.LoadBalancers
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public LoadBalancerSslConfiguration(
	Nullable<bool> enabled,
	Nullable<bool> secureTrafficOnly,
	Nullable<int> securePort
)

Parameters

enabled
Type: SystemNullableBoolean
to enable SSL termination on the load balancer; otherwise, . If this value is , the current configuration for the value is not changed by a call to UpdateSslConfigurationAsync(LoadBalancerId, LoadBalancerSslConfiguration, AsyncCompletionOption, CancellationToken, IProgressLoadBalancer).
secureTrafficOnly
Type: SystemNullableBoolean
to require encryption for all traffic through the load balancer; otherwise, . If this value is , the current configuration for the value is not changed by a call to UpdateSslConfigurationAsync(LoadBalancerId, LoadBalancerSslConfiguration, AsyncCompletionOption, CancellationToken, IProgressLoadBalancer).
securePort
Type: SystemNullableInt32
The port on which the SSL termination load balancer will listen for secure traffic. If this value is , the current configuration for the value is not changed by a call to UpdateSslConfigurationAsync(LoadBalancerId, LoadBalancerSslConfiguration, AsyncCompletionOption, CancellationToken, IProgressLoadBalancer).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException If securePort is less than 0 or greater than 65535.
Remarks
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also