com.pulumi.googlenative.compute.beta.inputs.VpnGatewayVpnGatewayInterfaceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.compute.beta.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* A VPN gateway interface.
*
*/
public final class VpnGatewayVpnGatewayInterfaceArgs extends com.pulumi.resources.ResourceArgs {
public static final VpnGatewayVpnGatewayInterfaceArgs Empty = new VpnGatewayVpnGatewayInterfaceArgs();
/**
* URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.
*
*/
@Import(name="interconnectAttachment")
private @Nullable Output interconnectAttachment;
/**
* @return URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy