TunnelQuotaTimerQuotaTimerArgs

data class TunnelQuotaTimerQuotaTimerArgs(val beginTime: Output<String>, val endTime: Output<String>, val tunnelQuotaParameter: Output<TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs>? = null) : ConvertibleToJava<TunnelQuotaTimerQuotaTimerArgs>

Constructors

Link copied to clipboard
constructor(beginTime: Output<String>, endTime: Output<String>, tunnelQuotaParameter: Output<TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs>? = null)

Properties

Link copied to clipboard
val beginTime: Output<String>

The time-sharing configuration start time. Reference value: 00:00

Link copied to clipboard
val endTime: Output<String>

The end time of the timesharing configuration. Reference value: 24:00

Link copied to clipboard

Time-sharing configuration parameters. See tunnel_quota_parameter below.

Functions

Link copied to clipboard
open override fun toJava(): TunnelQuotaTimerQuotaTimerArgs