Documentation ¶
Index ¶
- type PlayerLatencyPolicy
- type PlayerLatencyPolicyAttributes
- func (plp PlayerLatencyPolicyAttributes) InternalRef() (terra.Reference, error)
- func (plp PlayerLatencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (plp PlayerLatencyPolicyAttributes) InternalWithRef(ref terra.Reference) PlayerLatencyPolicyAttributes
- func (plp PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds() terra.NumberValue
- func (plp PlayerLatencyPolicyAttributes) PolicyDurationSeconds() terra.NumberValue
- type PlayerLatencyPolicyState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlayerLatencyPolicy ¶
type PlayerLatencyPolicy struct { // MaximumIndividualPlayerLatencyMilliseconds: number, required MaximumIndividualPlayerLatencyMilliseconds terra.NumberValue `hcl:"maximum_individual_player_latency_milliseconds,attr" validate:"required"` // PolicyDurationSeconds: number, optional PolicyDurationSeconds terra.NumberValue `hcl:"policy_duration_seconds,attr"` }
type PlayerLatencyPolicyAttributes ¶
type PlayerLatencyPolicyAttributes struct {
// contains filtered or unexported fields
}
func (PlayerLatencyPolicyAttributes) InternalRef ¶
func (plp PlayerLatencyPolicyAttributes) InternalRef() (terra.Reference, error)
func (PlayerLatencyPolicyAttributes) InternalTokens ¶
func (plp PlayerLatencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PlayerLatencyPolicyAttributes) InternalWithRef ¶
func (plp PlayerLatencyPolicyAttributes) InternalWithRef(ref terra.Reference) PlayerLatencyPolicyAttributes
func (PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds ¶
func (plp PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds() terra.NumberValue
func (PlayerLatencyPolicyAttributes) PolicyDurationSeconds ¶
func (plp PlayerLatencyPolicyAttributes) PolicyDurationSeconds() terra.NumberValue
Click to show internal directories.
Click to hide internal directories.