ForwardingRuleInfoResponse

data class ForwardingRuleInfoResponse(val displayName: String, val matchedPortRange: String, val matchedProtocol: String, val networkUri: String, val target: String, val uri: String, val vip: String)

For display only. Metadata associated with a Compute Engine forwarding rule.

Constructors

Link copied to clipboard
fun ForwardingRuleInfoResponse(displayName: String, matchedPortRange: String, matchedProtocol: String, networkUri: String, target: String, uri: String, vip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Compute Engine forwarding rule.

Link copied to clipboard

Port range defined in the forwarding rule that matches the test.

Link copied to clipboard

Protocol defined in the forwarding rule that matches the test.

Link copied to clipboard

Network URI. Only valid for Internal Load Balancer.

Link copied to clipboard

Target type of the forwarding rule.

Link copied to clipboard
val uri: String

URI of a Compute Engine forwarding rule.

Link copied to clipboard
val vip: String

VIP of the forwarding rule.