Class AppEngineFlexibleAppVersionNetwork.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionNetwork.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineFlexibleAppVersionNetwork,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineFlexibleAppVersionNetwork
@Stability(Stable) @Internal public static final class AppEngineFlexibleAppVersionNetwork.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineFlexibleAppVersionNetwork
An implementation forAppEngineFlexibleAppVersionNetwork
-
-
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.app_engine_flexible_app_version.AppEngineFlexibleAppVersionNetwork
AppEngineFlexibleAppVersionNetwork.Builder, AppEngineFlexibleAppVersionNetwork.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineFlexibleAppVersionNetwork.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionNetwork.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>getForwardedPorts()List of ports, or port pairs, to forward from the virtual machine to the application container.StringgetInstanceTag()Tag to apply to the instance during creation.StringgetName()Google Compute Engine network where the virtual machines are created.ObjectgetSessionAffinity()Enable session affinity.StringgetSubnetwork()Google Cloud Platform sub-network where the virtual machines are created.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(AppEngineFlexibleAppVersionNetwork.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineFlexibleAppVersionNetwork.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:AppEngineFlexibleAppVersionNetworkGoogle Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#name AppEngineFlexibleAppVersion#name}
- Specified by:
getNamein interfaceAppEngineFlexibleAppVersionNetwork
-
getForwardedPorts
public final List<String> getForwardedPorts()
Description copied from interface:AppEngineFlexibleAppVersionNetworkList of ports, or port pairs, to forward from the virtual machine to the application container.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#forwarded_ports AppEngineFlexibleAppVersion#forwarded_ports}
- Specified by:
getForwardedPortsin interfaceAppEngineFlexibleAppVersionNetwork
-
getInstanceTag
public final String getInstanceTag()
Description copied from interface:AppEngineFlexibleAppVersionNetworkTag to apply to the instance during creation.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#instance_tag AppEngineFlexibleAppVersion#instance_tag}
- Specified by:
getInstanceTagin interfaceAppEngineFlexibleAppVersionNetwork
-
getSessionAffinity
public final Object getSessionAffinity()
Description copied from interface:AppEngineFlexibleAppVersionNetworkEnable session affinity.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#session_affinity AppEngineFlexibleAppVersion#session_affinity}
- Specified by:
getSessionAffinityin interfaceAppEngineFlexibleAppVersionNetwork
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:AppEngineFlexibleAppVersionNetworkGoogle Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetworkName) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetworkName must be specified and the IP address is created from the IPCidrRange of the subnetwork. If specified, the subnetwork must exist in the same region as the App Engine flexible environment application. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#subnetwork AppEngineFlexibleAppVersion#subnetwork}
- Specified by:
getSubnetworkin interfaceAppEngineFlexibleAppVersionNetwork
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-