@Stability(value=Experimental) @Internal public static final class GitpodPort.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitpodPort
GitpodPortsoftware.amazon.jsii.JsiiObject.InitializationModeGitpodPort.Builder, GitpodPort.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GitpodPort.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GitpodPort.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
GitpodOnOpen |
getOnOpen()
(experimental) What to do when a service on a port is detected.
|
String |
getPort()
(experimental) A port that should be exposed (forwarded) from the container.
|
GitpodPortVisibility |
getVisibility()
(experimental) Whether the port visibility should be private or public.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GitpodPort.Builder builder)
GitpodPort.Builder.public final GitpodOnOpen getOnOpen()
GitpodPortDefault: GitpodOnOpen.NOTIFY
getOnOpen in interface GitpodPortpublic final String getPort()
GitpodPortExample:
// Example automatically generated from non-compiling source. May contain errors. "8080"
getPort in interface GitpodPortpublic final GitpodPortVisibility getVisibility()
GitpodPortDefault: GitpodPortVisibility.PUBLIC
getVisibility in interface GitpodPort@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.