@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.052Z") @Stability(value=Experimental) public class IpInstance extends InstanceBase
| Modifier and Type | Class and Description |
|---|---|
static class |
IpInstance.Builder
(experimental) A fluent builder for
IpInstance. |
software.amazon.jsii.JsiiObject.InitializationModeIInstance.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
IpInstance(software.constructs.Construct scope,
String id,
IpInstanceProps props) |
protected |
IpInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IpInstance(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
(experimental) The Id of the instance.
|
String |
getIpv4()
(experimental) The Ipv4 address of the instance, or blank string if none available.
|
String |
getIpv6()
(experimental) The Ipv6 address of the instance, or blank string if none available.
|
Number |
getPort()
(experimental) The exposed port of the instance.
|
IService |
getService()
(experimental) The Cloudmap service to which the instance is registered.
|
uniqueInstanceIdapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IpInstance(software.amazon.jsii.JsiiObjectRef objRef)
protected IpInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public IpInstance(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
IpInstanceProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getInstanceId()
getInstanceId in interface IInstancegetInstanceId in class InstanceBase@Stability(value=Experimental) @NotNull public String getIpv4()
@Stability(value=Experimental) @NotNull public String getIpv6()
@Stability(value=Experimental) @NotNull public Number getPort()
@Stability(value=Experimental) @NotNull public IService getService()
getService in interface IInstancegetService in class InstanceBaseCopyright © 2021. All rights reserved.