@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.197Z") @Stability(value=Stable) public class DedicatedIpPool extends Resource implements IDedicatedIpPool
Example:
new DedicatedIpPool(this, "Pool");
| Modifier and Type | Class and Description |
|---|---|
static class |
DedicatedIpPool.Builder
A fluent builder for
DedicatedIpPool. |
software.amazon.jsii.JsiiObject.InitializationModeIDedicatedIpPool.Jsii$Default, IDedicatedIpPool.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
DedicatedIpPool(software.constructs.Construct scope,
String id) |
|
DedicatedIpPool(software.constructs.Construct scope,
String id,
DedicatedIpPoolProps props) |
protected |
DedicatedIpPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DedicatedIpPool(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IDedicatedIpPool |
fromDedicatedIpPoolName(software.constructs.Construct scope,
String id,
String dedicatedIpPoolName)
Use an existing dedicated IP pool.
|
String |
getDedicatedIpPoolName()
The name of the dedicated IP pool.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected DedicatedIpPool(software.amazon.jsii.JsiiObjectRef objRef)
protected DedicatedIpPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public DedicatedIpPool(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
DedicatedIpPoolProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public DedicatedIpPool(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public static IDedicatedIpPool fromDedicatedIpPoolName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String dedicatedIpPoolName)
scope - This parameter is required.id - This parameter is required.dedicatedIpPoolName - This parameter is required.@Stability(value=Stable) @NotNull public String getDedicatedIpPoolName()
getDedicatedIpPoolName in interface IDedicatedIpPoolCopyright © 2022. All rights reserved.