Class EdgecontainerClusterSystemAddonsConfigIngress.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterSystemAddonsConfigIngress.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerClusterSystemAddonsConfigIngress,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerClusterSystemAddonsConfigIngress
@Stability(Stable) @Internal public static final class EdgecontainerClusterSystemAddonsConfigIngress.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerClusterSystemAddonsConfigIngress
An implementation forEdgecontainerClusterSystemAddonsConfigIngress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterSystemAddonsConfigIngress
EdgecontainerClusterSystemAddonsConfigIngress.Builder, EdgecontainerClusterSystemAddonsConfigIngress.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerClusterSystemAddonsConfigIngress.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterSystemAddonsConfigIngress.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)ObjectgetDisabled()Whether Ingress is disabled.StringgetIpv4Vip()Ingress VIP.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(EdgecontainerClusterSystemAddonsConfigIngress.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterSystemAddonsConfigIngress.Builder.
-
-
Method Detail
-
getDisabled
public final Object getDisabled()
Description copied from interface:EdgecontainerClusterSystemAddonsConfigIngressWhether Ingress is disabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#disabled EdgecontainerCluster#disabled}
- Specified by:
getDisabledin interfaceEdgecontainerClusterSystemAddonsConfigIngress
-
getIpv4Vip
public final String getIpv4Vip()
Description copied from interface:EdgecontainerClusterSystemAddonsConfigIngressIngress VIP.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#ipv4_vip EdgecontainerCluster#ipv4_vip}
- Specified by:
getIpv4Vipin interfaceEdgecontainerClusterSystemAddonsConfigIngress
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-