Interface CfnWorker.IpAddressesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorker.IpAddressesProperty.Jsii$Proxy
- Enclosing class:
CfnWorker
@Stability(Stable)
public static interface CfnWorker.IpAddressesProperty
extends software.amazon.jsii.JsiiSerializable
The IP addresses for a host.
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.deadline.*;
IpAddressesProperty ipAddressesProperty = IpAddressesProperty.builder()
.ipV4Addresses(List.of("ipV4Addresses"))
.ipV6Addresses(List.of("ipV6Addresses"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorker.IpAddressesPropertystatic final classAn implementation forCfnWorker.IpAddressesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The IpV4 address of the network.The IpV6 address for the network and node component.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpV4Addresses
The IpV4 address of the network.- See Also:
-
getIpV6Addresses
The IpV6 address for the network and node component.- See Also:
-
builder
-