Get Gateway Result
data class GetGatewayResult(val addresses: List<String>, val certificateUrls: List<String>, val createTime: String, val description: String, val gatewaySecurityPolicy: String, val labels: Map<String, String>, val name: String, val network: String, val ports: List<Int>, val scope: String, val selfLink: String, val serverTlsPolicy: String, val subnetwork: String, val type: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetGatewayResult(addresses: List<String>, certificateUrls: List<String>, createTime: String, description: String, gatewaySecurityPolicy: String, labels: Map<String, String>, name: String, network: String, ports: List<Int>, scope: String, selfLink: String, serverTlsPolicy: String, subnetwork: String, type: String, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: projects/*/locations/*/gatewaySecurityPolicies/swg-policy
. This policy is specific to gateways of type 'SECURE_WEB_GATEWAY'.
Link copied to clipboard
Link copied to clipboard
Optional. Scope determines how configuration across multiple Gateway instances are merged. The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer. Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.
Link copied to clipboard