@Stability(value=Stable)
public static interface CfnSpotFleet.InstanceIpv6AddressProperty
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.ec2.*;
InstanceIpv6AddressProperty instanceIpv6AddressProperty = InstanceIpv6AddressProperty.builder()
.ipv6Address("ipv6Address")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.InstanceIpv6AddressProperty.Builder
A builder for
CfnSpotFleet.InstanceIpv6AddressProperty |
static class |
CfnSpotFleet.InstanceIpv6AddressProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.InstanceIpv6AddressProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.InstanceIpv6AddressProperty.Builder |
builder() |
String |
getIpv6Address()
The IPv6 address.
|
@Stability(value=Stable) @NotNull String getIpv6Address()
@Stability(value=Stable) static CfnSpotFleet.InstanceIpv6AddressProperty.Builder builder()
Copyright © 2022. All rights reserved.