Package org.cdk8s.plus22
Class HostAlias.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.HostAlias.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.HostAlias
HostAlias.Builder, HostAlias.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HostAlias.Builder builder)Constructor that initializes the object based on literal property values passed by theHostAlias.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getHostnames()Hostnames for the chosen IP address.StringgetIp()IP address of the host file entry.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(HostAlias.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostAlias.Builder.
-
-
Method Detail
-
getHostnames
public final List<String> getHostnames()
Description copied from interface:HostAliasHostnames for the chosen IP address.- Specified by:
getHostnamesin interfaceHostAlias
-
getIp
public final String getIp()
Description copied from interface:HostAliasIP address of the host file entry.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-