GetAccessStrategiesStrategy

data class GetAccessStrategiesStrategy(val accessMode: String, val accessStrategyId: String, val createTime: String, val createTimestamp: String, val defaultAddrPoolType: String, val defaultAddrPools: List<GetAccessStrategiesStrategyDefaultAddrPool>, val defaultAvailableAddrNum: Int, val defaultLatencyOptimization: String, val defaultLbaStrategy: String, val defaultMaxReturnAddrNum: Int, val defaultMinAvailableAddrNum: Int, val effectiveAddrPoolGroupType: String, val failoverAddrPoolType: String, val failoverAddrPools: List<GetAccessStrategiesStrategyFailoverAddrPool>, val failoverAvailableAddrNum: Int, val failoverLatencyOptimization: String, val failoverLbaStrategy: String, val failoverMaxReturnAddrNum: Int, val failoverMinAvailableAddrNum: Int, val id: String, val instanceId: String, val lines: List<GetAccessStrategiesStrategyLine>, val strategyMode: String, val strategyName: String)

Constructors

Link copied to clipboard
constructor(accessMode: String, accessStrategyId: String, createTime: String, createTimestamp: String, defaultAddrPoolType: String, defaultAddrPools: List<GetAccessStrategiesStrategyDefaultAddrPool>, defaultAvailableAddrNum: Int, defaultLatencyOptimization: String, defaultLbaStrategy: String, defaultMaxReturnAddrNum: Int, defaultMinAvailableAddrNum: Int, effectiveAddrPoolGroupType: String, failoverAddrPoolType: String, failoverAddrPools: List<GetAccessStrategiesStrategyFailoverAddrPool>, failoverAvailableAddrNum: Int, failoverLatencyOptimization: String, failoverLbaStrategy: String, failoverMaxReturnAddrNum: Int, failoverMinAvailableAddrNum: Int, id: String, instanceId: String, lines: List<GetAccessStrategiesStrategyLine>, strategyMode: String, strategyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary/secondary switchover policy for address pool groups.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The time when the access policy was created.

Link copied to clipboard

The timestamp that indicates when the access policy was created.

Link copied to clipboard

The address pools in the primary address pool group.

Link copied to clipboard

The type of the primary address pool.

Link copied to clipboard

The number of addresses currently available in the primary address pool.

Link copied to clipboard

Indicates whether scheduling optimization for latency resolution was enabled for the primary address pool group.

Link copied to clipboard

The load balancing policy of the primary address pool group.

Link copied to clipboard

The maximum number of addresses returned by the primary address pool set.

Link copied to clipboard

The minimum number of available addresses for the primary address pool set.

Link copied to clipboard

The type of the active address pool group.

Link copied to clipboard

The address pools in the secondary address pool group.

Link copied to clipboard

The type of the secondary address pool.

Link copied to clipboard

The number of available addresses in the standby address pool.

Link copied to clipboard

Indicates whether scheduling optimization for latency resolution was enabled for the secondary address pool group.

Link copied to clipboard

The load balancing policy of the secondary address pool group.

Link copied to clipboard

The maximum number of returned addresses in the standby address pool.

Link copied to clipboard

The minimum number of available addresses in the standby address pool.

Link copied to clipboard
val id: String

The ID of the Access Strategy.

Link copied to clipboard

The Id of the associated instance.

Link copied to clipboard

List of source regions.

Link copied to clipboard

The type of the access policy.

Link copied to clipboard

The name of the access policy.