@Stability(value=Stable)
public static interface CfnVpcAttachment.VpcOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
VpcOptionsProperty vpcOptionsProperty = VpcOptionsProperty.builder()
.ipv6Support(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVpcAttachment.VpcOptionsProperty.Builder
A builder for
CfnVpcAttachment.VpcOptionsProperty |
static class |
CfnVpcAttachment.VpcOptionsProperty.Jsii$Proxy
An implementation for
CfnVpcAttachment.VpcOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVpcAttachment.VpcOptionsProperty.Builder |
builder() |
default Object |
getIpv6Support()
Indicates whether IPv6 is supported.
|
@Stability(value=Stable) @Nullable default Object getIpv6Support()
@Stability(value=Stable) static CfnVpcAttachment.VpcOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.