pub struct ExternalVpnGatewayResult {
pub description: Output<Option<String>>,
pub effective_labels: Output<HashMap<String, String>>,
pub interfaces: Output<Option<Vec<ExternalVpnGatewayInterface>>>,
pub label_fingerprint: Output<String>,
pub labels: Output<Option<HashMap<String, String>>>,
pub name: Output<String>,
pub project: Output<String>,
pub pulumi_labels: Output<HashMap<String, String>>,
pub redundancy_type: Output<Option<String>>,
pub self_link: Output<String>,
}
Fields§
§description: Output<Option<String>>
An optional description of this resource.
effective_labels: Output<HashMap<String, String>>
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
interfaces: Output<Option<Vec<ExternalVpnGatewayInterface>>>
A list of interfaces on this external VPN gateway. Structure is documented below.
label_fingerprint: Output<String>
The fingerprint used for optimistic locking of this resource. Used internally during updates.
labels: Output<Option<HashMap<String, String>>>
Labels for the external VPN gateway resource.
Note: This field is non-authoritative, and will only manage the labels present in your configuration.
Please refer to the field effective_labels
for all of the labels present on 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.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
pulumi_labels: Output<HashMap<String, String>>
The combination of labels configured directly on the resource and default labels configured on the provider.
redundancy_type: Output<Option<String>>
Indicates the redundancy type of this external VPN gateway
Possible values are: FOUR_IPS_REDUNDANCY
, SINGLE_IP_INTERNALLY_REDUNDANT
, TWO_IPS_REDUNDANCY
.
self_link: Output<String>
The URI of the created resource.