Package com.pulumi.gcp.compute
Class InterconnectAttachmentArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.InterconnectAttachmentArgs
-
public final class InterconnectAttachmentArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterconnectAttachmentArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static InterconnectAttachmentArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
adminEnabled()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
bandwidth()
static InterconnectAttachmentArgs.Builder
builder()
static InterconnectAttachmentArgs.Builder
builder(InterconnectAttachmentArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
candidateSubnets()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
edgeAvailabilityDomain()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
encryption()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
interconnect()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
ipsecInternalAddresses()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
mtu()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
region()
com.pulumi.core.Output<java.lang.String>
router()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
vlanTag8021q()
-
-
-
Field Detail
-
Empty
public static final InterconnectAttachmentArgs Empty
-
-
Method Detail
-
adminEnabled
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> adminEnabled()
- Returns:
- Whether the VLAN attachment is enabled or disabled. When using PARTNER type this will Pre-Activate the interconnect attachment
-
bandwidth
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bandwidth()
- Returns:
- Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, Defaults to BPS_10G Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
-
candidateSubnets
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> candidateSubnets()
- Returns:
- Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- An optional description of this resource.
-
edgeAvailabilityDomain
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> edgeAvailabilityDomain()
- Returns:
- Desired availability domain for the attachment. Only available for type PARTNER, at creation time. For improved reliability, customers should configure a pair of attachments with one per availability domain. The selected availability domain will be provided to the Partner via the pairing key so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
-
encryption
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryption()
- Returns:
- Indicates the user-supplied encryption option of this interconnect attachment. Can only be specified at attachment creation for PARTNER or DEDICATED attachments. * NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. * IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use HA VPN over Cloud Interconnect, the VLAN attachment must be created with this option. Default value is `NONE`. Possible values are: `NONE`, `IPSEC`.
-
interconnect
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> interconnect()
- Returns:
- URL of the underlying Interconnect object that this attachment's traffic will traverse through. Required if type is DEDICATED, must not be set if type is PARTNER.
-
ipsecInternalAddresses
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> ipsecInternalAddresses()
- Returns:
- URL of addresses that have been reserved for the interconnect attachment, Used only for interconnect attachment that has the encryption option as IPSEC. The addresses must be RFC 1918 IP address ranges. When creating HA VPN gateway over the interconnect attachment, if the attachment is configured to use an RFC 1918 IP address, then the VPN gateway's IP address will be allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this interconnect attachment, then an RFC 1918 IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this interconnect attachment. If this field is not specified for interconnect attachment that has encryption option as IPSEC, later on when creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's IP address will be allocated from regional external IP address pool.
-
mtu
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mtu()
- Returns:
- Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- 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
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- Region where the regional interconnect attachment resides.
-
router
public com.pulumi.core.Output<java.lang.String> router()
- Returns:
- URL of the cloud router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.
-
type
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
- Returns:
- The type of InterconnectAttachment you wish to create. Defaults to DEDICATED. Possible values are: `DEDICATED`, `PARTNER`, `PARTNER_PROVIDER`.
-
vlanTag8021q
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> vlanTag8021q()
- Returns:
- The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. When using PARTNER type this will be managed upstream.
-
builder
public static InterconnectAttachmentArgs.Builder builder()
-
builder
public static InterconnectAttachmentArgs.Builder builder(InterconnectAttachmentArgs defaults)
-
-