pub struct VPNGatewayResult {
pub creation_timestamp: Output<String>,
pub description: Output<Option<String>>,
pub gateway_id: Output<i32>,
pub name: Output<String>,
pub network: Output<String>,
pub project: Output<String>,
pub region: Output<String>,
pub self_link: Output<String>,
}
Fields§
§creation_timestamp: Output<String>
Creation timestamp in RFC3339 text format.
description: Output<Option<String>>
An optional description of this resource.
gateway_id: Output<i32>
The unique identifier for the resource.
name: Output<String>
Name of the resource. Provided by the client when the resource is
created. The name must be 1-63 characters long, and comply with
RFC1035. Specifically, the name must be 1-63 characters long and
match the regular expression a-z?
which means
the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.
network: Output<String>
The network this VPN gateway is accepting traffic for.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
region: Output<String>
The region this gateway should sit in.
self_link: Output<String>
The URI of the created resource.