Class ComputeRouterBgp.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router.ComputeRouterBgp.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterBgp,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterBgp
@Stability(Stable) @Internal public static final class ComputeRouterBgp.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterBgp
An implementation forComputeRouterBgp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_router.ComputeRouterBgp
ComputeRouterBgp.Builder, ComputeRouterBgp.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterBgp.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterBgp.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAdvertisedGroups()User-specified list of prefix groups to advertise in custom mode.ObjectgetAdvertisedIpRanges()advertised_ip_ranges block.StringgetAdvertiseMode()User-specified flag to indicate which mode to use for advertisement.NumbergetAsn()Local BGP Autonomous System Number (ASN).StringgetIdentifierRange()Explicitly specifies a range of valid BGP Identifiers for this Router.NumbergetKeepaliveInterval()The interval in seconds between BGP keepalive messages that are sent to the peer.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRouterBgp.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterBgp.Builder.
-
-
Method Detail
-
getAsn
public final Number getAsn()
Description copied from interface:ComputeRouterBgpLocal BGP Autonomous System Number (ASN).Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#asn ComputeRouter#asn}
- Specified by:
getAsnin interfaceComputeRouterBgp
-
getAdvertisedGroups
public final List<String> getAdvertisedGroups()
Description copied from interface:ComputeRouterBgpUser-specified list of prefix groups to advertise in custom mode.This field can only be populated if advertiseMode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups. This enum field has the one valid value: ALL_SUBNETS Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#advertised_groups ComputeRouter#advertised_groups}
- Specified by:
getAdvertisedGroupsin interfaceComputeRouterBgp
-
getAdvertisedIpRanges
public final Object getAdvertisedIpRanges()
Description copied from interface:ComputeRouterBgpadvertised_ip_ranges block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#advertised_ip_ranges ComputeRouter#advertised_ip_ranges}
- Specified by:
getAdvertisedIpRangesin interfaceComputeRouterBgp
-
getAdvertiseMode
public final String getAdvertiseMode()
Description copied from interface:ComputeRouterBgpUser-specified flag to indicate which mode to use for advertisement. Default value: "DEFAULT" Possible values: ["DEFAULT", "CUSTOM"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#advertise_mode ComputeRouter#advertise_mode}
- Specified by:
getAdvertiseModein interfaceComputeRouterBgp
-
getIdentifierRange
public final String getIdentifierRange()
Description copied from interface:ComputeRouterBgpExplicitly specifies a range of valid BGP Identifiers for this Router.It is provided as a link-local IPv4 range (from 169.254.0.0/16), of size at least /30, even if the BGP sessions are over IPv6. It must not overlap with any IPv4 BGP session ranges. Other vendors commonly call this router ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#identifier_range ComputeRouter#identifier_range}
- Specified by:
getIdentifierRangein interfaceComputeRouterBgp
-
getKeepaliveInterval
public final Number getKeepaliveInterval()
Description copied from interface:ComputeRouterBgpThe interval in seconds between BGP keepalive messages that are sent to the peer.Hold time is three times the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP connection between the two peers. If set, this value must be between 20 and 60. The default is 20. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#keepalive_interval ComputeRouter#keepalive_interval}
- Specified by:
getKeepaliveIntervalin interfaceComputeRouterBgp
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-