Class VmwareengineExternalAccessRuleConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vmwareengine_external_access_rule.VmwareengineExternalAccessRuleConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VmwareengineExternalAccessRuleConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VmwareengineExternalAccessRuleConfig
@Stability(Stable) @Internal public static final class VmwareengineExternalAccessRuleConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VmwareengineExternalAccessRuleConfig
An implementation forVmwareengineExternalAccessRuleConfig
-
-
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.vmwareengine_external_access_rule.VmwareengineExternalAccessRuleConfig
VmwareengineExternalAccessRuleConfig.Builder, VmwareengineExternalAccessRuleConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VmwareengineExternalAccessRuleConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVmwareengineExternalAccessRuleConfig.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)StringgetAction()The action that the external access rule performs.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()User-provided description for the external access rule.ObjectgetDestinationIpRanges()destination_ip_ranges block.List<String>getDestinationPorts()A list of destination ports to which the external access rule applies.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#id VmwareengineExternalAccessRule#id}.StringgetIpProtocol()The IP protocol to which the external access rule applies.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The ID of the external access rule.StringgetParent()The resource name of the network policy.NumbergetPriority()External access rule priority, which determines the external access rule to use when multiple rules apply.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetSourceIpRanges()source_ip_ranges block.List<String>getSourcePorts()A list of source ports to which the external access rule applies.VmwareengineExternalAccessRuleTimeoutsgetTimeouts()timeouts block.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(VmwareengineExternalAccessRuleConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVmwareengineExternalAccessRuleConfig.Builder.
-
-
Method Detail
-
getAction
public final String getAction()
Description copied from interface:VmwareengineExternalAccessRuleConfigThe action that the external access rule performs. Possible values: ["ALLOW", "DENY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#action VmwareengineExternalAccessRule#action}
- Specified by:
getActionin interfaceVmwareengineExternalAccessRuleConfig
-
getDestinationIpRanges
public final Object getDestinationIpRanges()
Description copied from interface:VmwareengineExternalAccessRuleConfigdestination_ip_ranges block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#destination_ip_ranges VmwareengineExternalAccessRule#destination_ip_ranges}
- Specified by:
getDestinationIpRangesin interfaceVmwareengineExternalAccessRuleConfig
-
getDestinationPorts
public final List<String> getDestinationPorts()
Description copied from interface:VmwareengineExternalAccessRuleConfigA list of destination ports to which the external access rule applies.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#destination_ports VmwareengineExternalAccessRule#destination_ports}
- Specified by:
getDestinationPortsin interfaceVmwareengineExternalAccessRuleConfig
-
getIpProtocol
public final String getIpProtocol()
Description copied from interface:VmwareengineExternalAccessRuleConfigThe IP protocol to which the external access rule applies.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#ip_protocol VmwareengineExternalAccessRule#ip_protocol}
- Specified by:
getIpProtocolin interfaceVmwareengineExternalAccessRuleConfig
-
getName
public final String getName()
Description copied from interface:VmwareengineExternalAccessRuleConfigThe ID of the external access rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#name VmwareengineExternalAccessRule#name}
- Specified by:
getNamein interfaceVmwareengineExternalAccessRuleConfig
-
getParent
public final String getParent()
Description copied from interface:VmwareengineExternalAccessRuleConfigThe resource name of the network policy. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/networkPolicies/my-policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#parent VmwareengineExternalAccessRule#parent}
- Specified by:
getParentin interfaceVmwareengineExternalAccessRuleConfig
-
getPriority
public final Number getPriority()
Description copied from interface:VmwareengineExternalAccessRuleConfigExternal access rule priority, which determines the external access rule to use when multiple rules apply.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#priority VmwareengineExternalAccessRule#priority}
- Specified by:
getPriorityin interfaceVmwareengineExternalAccessRuleConfig
-
getSourceIpRanges
public final Object getSourceIpRanges()
Description copied from interface:VmwareengineExternalAccessRuleConfigsource_ip_ranges block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#source_ip_ranges VmwareengineExternalAccessRule#source_ip_ranges}
- Specified by:
getSourceIpRangesin interfaceVmwareengineExternalAccessRuleConfig
-
getSourcePorts
public final List<String> getSourcePorts()
Description copied from interface:VmwareengineExternalAccessRuleConfigA list of source ports to which the external access rule applies.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#source_ports VmwareengineExternalAccessRule#source_ports}
- Specified by:
getSourcePortsin interfaceVmwareengineExternalAccessRuleConfig
-
getDescription
public final String getDescription()
Description copied from interface:VmwareengineExternalAccessRuleConfigUser-provided description for the external access rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#description VmwareengineExternalAccessRule#description}
- Specified by:
getDescriptionin interfaceVmwareengineExternalAccessRuleConfig
-
getId
public final String getId()
Description copied from interface:VmwareengineExternalAccessRuleConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#id VmwareengineExternalAccessRule#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceVmwareengineExternalAccessRuleConfig
-
getTimeouts
public final VmwareengineExternalAccessRuleTimeouts getTimeouts()
Description copied from interface:VmwareengineExternalAccessRuleConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_external_access_rule#timeouts VmwareengineExternalAccessRule#timeouts}
- Specified by:
getTimeoutsin interfaceVmwareengineExternalAccessRuleConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-