Interface NetworkConnectivitySpokeLinkedInterconnectAttachments
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkConnectivitySpokeLinkedInterconnectAttachments.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.053Z") @Stability(Stable) public interface NetworkConnectivitySpokeLinkedInterconnectAttachments extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkConnectivitySpokeLinkedInterconnectAttachments.BuilderA builder forNetworkConnectivitySpokeLinkedInterconnectAttachmentsstatic classNetworkConnectivitySpokeLinkedInterconnectAttachments.Jsii$ProxyAn implementation forNetworkConnectivitySpokeLinkedInterconnectAttachments
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkConnectivitySpokeLinkedInterconnectAttachments.Builderbuilder()ObjectgetSiteToSiteDataTransfer()A value that controls whether site-to-site data transfer is enabled for these resources.List<String>getUris()The URIs of linked interconnect attachment resources.
-
-
-
Method Detail
-
getSiteToSiteDataTransfer
@Stability(Stable) @NotNull Object getSiteToSiteDataTransfer()
A value that controls whether site-to-site data transfer is enabled for these resources.Note that data transfer is available only in supported locations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#site_to_site_data_transfer NetworkConnectivitySpoke#site_to_site_data_transfer}
-
getUris
@Stability(Stable) @NotNull List<String> getUris()
The URIs of linked interconnect attachment resources.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#uris NetworkConnectivitySpoke#uris}
-
builder
@Stability(Stable) static NetworkConnectivitySpokeLinkedInterconnectAttachments.Builder builder()
-
-