GetRulesRule

data class GetRulesRule(val bindVpcs: List<GetRulesRuleBindVpc>, val createTime: String, val endpointId: String, val endpointName: String, val forwardIps: List<GetRulesRuleForwardIp>, val id: String, val ruleId: String, val ruleName: String, val type: String, val zoneName: String)

Constructors

Link copied to clipboard
constructor(bindVpcs: List<GetRulesRuleBindVpc>, createTime: String, endpointId: String, endpointName: String, forwardIps: List<GetRulesRuleForwardIp>, id: String, ruleId: String, ruleName: String, type: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The List of the VPC. See the following Block bind_vpcs. NOTE: Available in v1.158.0+.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The ID of the Endpoint.

Link copied to clipboard

The Name of the Endpoint.

Link copied to clipboard
Link copied to clipboard
val id: String

The ID of the Rule.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The type of the rule.

Link copied to clipboard

The name of the forwarding zone.