aviatrix.AviatrixGatewayDnat
Explore with Pulumi AI
Import
gateway_dnat can be imported using the gw_name
, e.g.
$ pulumi import aviatrix:index/aviatrixGatewayDnat:AviatrixGatewayDnat test gw_name
Create AviatrixGatewayDnat Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AviatrixGatewayDnat(name: string, args: AviatrixGatewayDnatArgs, opts?: CustomResourceOptions);
@overload
def AviatrixGatewayDnat(resource_name: str,
args: AviatrixGatewayDnatArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AviatrixGatewayDnat(resource_name: str,
opts: Optional[ResourceOptions] = None,
dnat_policies: Optional[Sequence[AviatrixGatewayDnatDnatPolicyArgs]] = None,
gw_name: Optional[str] = None,
sync_to_ha: Optional[bool] = None)
func NewAviatrixGatewayDnat(ctx *Context, name string, args AviatrixGatewayDnatArgs, opts ...ResourceOption) (*AviatrixGatewayDnat, error)
public AviatrixGatewayDnat(string name, AviatrixGatewayDnatArgs args, CustomResourceOptions? opts = null)
public AviatrixGatewayDnat(String name, AviatrixGatewayDnatArgs args)
public AviatrixGatewayDnat(String name, AviatrixGatewayDnatArgs args, CustomResourceOptions options)
type: aviatrix:AviatrixGatewayDnat
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AviatrixGatewayDnatArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AviatrixGatewayDnatArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AviatrixGatewayDnatArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AviatrixGatewayDnatArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AviatrixGatewayDnatArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var aviatrixGatewayDnatResource = new Aviatrix.AviatrixGatewayDnat("aviatrixGatewayDnatResource", new()
{
DnatPolicies = new[]
{
new Aviatrix.Inputs.AviatrixGatewayDnatDnatPolicyArgs
{
ApplyRouteEntry = false,
Connection = "string",
DnatIps = "string",
DnatPort = "string",
DstCidr = "string",
DstPort = "string",
ExcludeRtb = "string",
Interface = "string",
Mark = "string",
Protocol = "string",
SrcCidr = "string",
SrcPort = "string",
},
},
GwName = "string",
SyncToHa = false,
});
example, err := aviatrix.NewAviatrixGatewayDnat(ctx, "aviatrixGatewayDnatResource", &aviatrix.AviatrixGatewayDnatArgs{
DnatPolicies: aviatrix.AviatrixGatewayDnatDnatPolicyArray{
&aviatrix.AviatrixGatewayDnatDnatPolicyArgs{
ApplyRouteEntry: pulumi.Bool(false),
Connection: pulumi.String("string"),
DnatIps: pulumi.String("string"),
DnatPort: pulumi.String("string"),
DstCidr: pulumi.String("string"),
DstPort: pulumi.String("string"),
ExcludeRtb: pulumi.String("string"),
Interface: pulumi.String("string"),
Mark: pulumi.String("string"),
Protocol: pulumi.String("string"),
SrcCidr: pulumi.String("string"),
SrcPort: pulumi.String("string"),
},
},
GwName: pulumi.String("string"),
SyncToHa: pulumi.Bool(false),
})
var aviatrixGatewayDnatResource = new AviatrixGatewayDnat("aviatrixGatewayDnatResource", AviatrixGatewayDnatArgs.builder()
.dnatPolicies(AviatrixGatewayDnatDnatPolicyArgs.builder()
.applyRouteEntry(false)
.connection("string")
.dnatIps("string")
.dnatPort("string")
.dstCidr("string")
.dstPort("string")
.excludeRtb("string")
.interface_("string")
.mark("string")
.protocol("string")
.srcCidr("string")
.srcPort("string")
.build())
.gwName("string")
.syncToHa(false)
.build());
aviatrix_gateway_dnat_resource = aviatrix.AviatrixGatewayDnat("aviatrixGatewayDnatResource",
dnat_policies=[{
"apply_route_entry": False,
"connection": "string",
"dnat_ips": "string",
"dnat_port": "string",
"dst_cidr": "string",
"dst_port": "string",
"exclude_rtb": "string",
"interface": "string",
"mark": "string",
"protocol": "string",
"src_cidr": "string",
"src_port": "string",
}],
gw_name="string",
sync_to_ha=False)
const aviatrixGatewayDnatResource = new aviatrix.AviatrixGatewayDnat("aviatrixGatewayDnatResource", {
dnatPolicies: [{
applyRouteEntry: false,
connection: "string",
dnatIps: "string",
dnatPort: "string",
dstCidr: "string",
dstPort: "string",
excludeRtb: "string",
"interface": "string",
mark: "string",
protocol: "string",
srcCidr: "string",
srcPort: "string",
}],
gwName: "string",
syncToHa: false,
});
type: aviatrix:AviatrixGatewayDnat
properties:
dnatPolicies:
- applyRouteEntry: false
connection: string
dnatIps: string
dnatPort: string
dstCidr: string
dstPort: string
excludeRtb: string
interface: string
mark: string
protocol: string
srcCidr: string
srcPort: string
gwName: string
syncToHa: false
AviatrixGatewayDnat Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AviatrixGatewayDnat resource accepts the following input properties:
- Dnat
Policies List<AviatrixGateway Dnat Dnat Policy> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- Gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- Sync
To boolHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- Dnat
Policies []AviatrixGateway Dnat Dnat Policy Args - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- Gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- Sync
To boolHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- dnat
Policies List<AviatrixGateway Dnat Dnat Policy> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name String - Name of the Aviatrix gateway the custom DNAT will be configured for.
- sync
To BooleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- dnat
Policies AviatrixGateway Dnat Dnat Policy[] - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- sync
To booleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- dnat_
policies Sequence[AviatrixGateway Dnat Dnat Policy Args] - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw_
name str - Name of the Aviatrix gateway the custom DNAT will be configured for.
- sync_
to_ boolha - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- dnat
Policies List<Property Map> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name String - Name of the Aviatrix gateway the custom DNAT will be configured for.
- sync
To BooleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
Outputs
All input properties are implicitly available as output properties. Additionally, the AviatrixGatewayDnat resource produces the following output properties:
- Connection
Policies List<AviatrixGateway Dnat Connection Policy> - Computed attribute to store the previous connection policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface
Policies List<AviatrixGateway Dnat Interface Policy> - Computed attribute to store the previous interface policy.
- Connection
Policies []AviatrixGateway Dnat Connection Policy - Computed attribute to store the previous connection policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface
Policies []AviatrixGateway Dnat Interface Policy - Computed attribute to store the previous interface policy.
- connection
Policies List<AviatrixGateway Dnat Connection Policy> - Computed attribute to store the previous connection policy.
- id String
- The provider-assigned unique ID for this managed resource.
- interface
Policies List<AviatrixGateway Dnat Interface Policy> - Computed attribute to store the previous interface policy.
- connection
Policies AviatrixGateway Dnat Connection Policy[] - Computed attribute to store the previous connection policy.
- id string
- The provider-assigned unique ID for this managed resource.
- interface
Policies AviatrixGateway Dnat Interface Policy[] - Computed attribute to store the previous interface policy.
- connection_
policies Sequence[AviatrixGateway Dnat Connection Policy] - Computed attribute to store the previous connection policy.
- id str
- The provider-assigned unique ID for this managed resource.
- interface_
policies Sequence[AviatrixGateway Dnat Interface Policy] - Computed attribute to store the previous interface policy.
- connection
Policies List<Property Map> - Computed attribute to store the previous connection policy.
- id String
- The provider-assigned unique ID for this managed resource.
- interface
Policies List<Property Map> - Computed attribute to store the previous interface policy.
Look up Existing AviatrixGatewayDnat Resource
Get an existing AviatrixGatewayDnat resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AviatrixGatewayDnatState, opts?: CustomResourceOptions): AviatrixGatewayDnat
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
connection_policies: Optional[Sequence[AviatrixGatewayDnatConnectionPolicyArgs]] = None,
dnat_policies: Optional[Sequence[AviatrixGatewayDnatDnatPolicyArgs]] = None,
gw_name: Optional[str] = None,
interface_policies: Optional[Sequence[AviatrixGatewayDnatInterfacePolicyArgs]] = None,
sync_to_ha: Optional[bool] = None) -> AviatrixGatewayDnat
func GetAviatrixGatewayDnat(ctx *Context, name string, id IDInput, state *AviatrixGatewayDnatState, opts ...ResourceOption) (*AviatrixGatewayDnat, error)
public static AviatrixGatewayDnat Get(string name, Input<string> id, AviatrixGatewayDnatState? state, CustomResourceOptions? opts = null)
public static AviatrixGatewayDnat get(String name, Output<String> id, AviatrixGatewayDnatState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Connection
Policies List<AviatrixGateway Dnat Connection Policy> - Computed attribute to store the previous connection policy.
- Dnat
Policies List<AviatrixGateway Dnat Dnat Policy> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- Gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- Interface
Policies List<AviatrixGateway Dnat Interface Policy> - Computed attribute to store the previous interface policy.
- Sync
To boolHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- Connection
Policies []AviatrixGateway Dnat Connection Policy Args - Computed attribute to store the previous connection policy.
- Dnat
Policies []AviatrixGateway Dnat Dnat Policy Args - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- Gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- Interface
Policies []AviatrixGateway Dnat Interface Policy Args - Computed attribute to store the previous interface policy.
- Sync
To boolHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- connection
Policies List<AviatrixGateway Dnat Connection Policy> - Computed attribute to store the previous connection policy.
- dnat
Policies List<AviatrixGateway Dnat Dnat Policy> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name String - Name of the Aviatrix gateway the custom DNAT will be configured for.
- interface
Policies List<AviatrixGateway Dnat Interface Policy> - Computed attribute to store the previous interface policy.
- sync
To BooleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- connection
Policies AviatrixGateway Dnat Connection Policy[] - Computed attribute to store the previous connection policy.
- dnat
Policies AviatrixGateway Dnat Dnat Policy[] - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name string - Name of the Aviatrix gateway the custom DNAT will be configured for.
- interface
Policies AviatrixGateway Dnat Interface Policy[] - Computed attribute to store the previous interface policy.
- sync
To booleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- connection_
policies Sequence[AviatrixGateway Dnat Connection Policy Args] - Computed attribute to store the previous connection policy.
- dnat_
policies Sequence[AviatrixGateway Dnat Dnat Policy Args] - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw_
name str - Name of the Aviatrix gateway the custom DNAT will be configured for.
- interface_
policies Sequence[AviatrixGateway Dnat Interface Policy Args] - Computed attribute to store the previous interface policy.
- sync_
to_ boolha - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
- connection
Policies List<Property Map> - Computed attribute to store the previous connection policy.
- dnat
Policies List<Property Map> - Policy rule applied for enabling Destination NAT (DNAT), which allows you to change the destination to a virtual address range. Currently only supports AWS(1) and Azure(8).
- gw
Name String - Name of the Aviatrix gateway the custom DNAT will be configured for.
- interface
Policies List<Property Map> - Computed attribute to store the previous interface policy.
- sync
To BooleanHa - Sync the policies to the HA gateway. Valid values: true, false. Default: true.
Supporting Types
AviatrixGatewayDnatConnectionPolicy, AviatrixGatewayDnatConnectionPolicyArgs
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface_ String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route booleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply_
route_ boolentry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection str
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat_
ips str - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat_
port str - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst_
cidr str - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst_
port str - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude_
rtb str - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface str
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark str
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol str
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src_
cidr str - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src_
port str - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
AviatrixGatewayDnatDnatPolicy, AviatrixGatewayDnatDnatPolicyArgs
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface_ String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route booleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply_
route_ boolentry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection str
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat_
ips str - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat_
port str - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst_
cidr str - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst_
port str - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude_
rtb str - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface str
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark str
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol str
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src_
cidr str - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src_
port str - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
AviatrixGatewayDnatInterfacePolicy, AviatrixGatewayDnatInterfacePolicyArgs
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- Apply
Route boolEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- Connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- Dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- Dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- Dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- Exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- Interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - Mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- Protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- Src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- Src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface_ String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route booleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection string
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips string - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port string - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr string - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port string - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb string - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface string
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark string
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol string
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr string - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port string - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply_
route_ boolentry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection str
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat_
ips str - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat_
port str - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst_
cidr str - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst_
port str - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude_
rtb str - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface str
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark str
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol str
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src_
cidr str - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src_
port str - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
- apply
Route BooleanEntry - This is an option to program the route entry 'DST CIDR pointing to Aviatrix Gateway' into Cloud platform routing table. Type: Boolean. Default: True. Available as of provider version R2.19.2+.
- connection String
- This is a qualifier condition that specifies output connection where the rule applies. Default value: "None".
- dnat
Ips String - This is a rule field that specifies the translated destination IP address when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dnat
Port String - This is a rule field that specifies the translated destination port when all specified qualifier conditions meet. When not specified, this field is not used. One of the rule field must be specified for this rule to take effect.
- dst
Cidr String - This is a qualifier condition that specifies a destination IP address range where the rule applies. When not specified, this field is not used.
- dst
Port String - This is a qualifier condition that specifies a destination port where the rule applies. When not specified, this field is not used.
- exclude
Rtb String - This field specifies which VPC private route table will not be programmed with the default route entry.
- interface String
- This is a qualifier condition that specifies output interface where the rule applies. When not specified, this field is not used. Must be empty when
connection
is set. - mark String
- This is a rule field that specifies a tag or mark of a TCP session when all qualifier conditions meet. When not specified, this field is not used.
- protocol String
- This is a qualifier condition that specifies a destination port protocol where the rule applies. When not specified, this field is not used.
- src
Cidr String - This is a qualifier condition that specifies a source IP address range where the rule applies. When not specified, this field is not used.
- src
Port String - This is a qualifier condition that specifies a source port that the rule applies. When not specified, this field is not used.
Package Details
- Repository
- aviatrix astipkovits/pulumi-aviatrix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aviatrix
Terraform Provider.