vcd.VappFirewallRules
Explore with Pulumi AI
Create VappFirewallRules Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VappFirewallRules(name: string, args: VappFirewallRulesArgs, opts?: CustomResourceOptions);
@overload
def VappFirewallRules(resource_name: str,
args: VappFirewallRulesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VappFirewallRules(resource_name: str,
opts: Optional[ResourceOptions] = None,
default_action: Optional[str] = None,
network_id: Optional[str] = None,
vapp_id: Optional[str] = None,
enabled: Optional[bool] = None,
log_default_action: Optional[bool] = None,
org: Optional[str] = None,
rules: Optional[Sequence[VappFirewallRulesRuleArgs]] = None,
vapp_firewall_rules_id: Optional[str] = None,
vdc: Optional[str] = None)
func NewVappFirewallRules(ctx *Context, name string, args VappFirewallRulesArgs, opts ...ResourceOption) (*VappFirewallRules, error)
public VappFirewallRules(string name, VappFirewallRulesArgs args, CustomResourceOptions? opts = null)
public VappFirewallRules(String name, VappFirewallRulesArgs args)
public VappFirewallRules(String name, VappFirewallRulesArgs args, CustomResourceOptions options)
type: vcd:VappFirewallRules
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 VappFirewallRulesArgs
- 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 VappFirewallRulesArgs
- 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 VappFirewallRulesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VappFirewallRulesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VappFirewallRulesArgs
- 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 vappFirewallRulesResource = new Vcd.VappFirewallRules("vappFirewallRulesResource", new()
{
DefaultAction = "string",
NetworkId = "string",
VappId = "string",
Enabled = false,
LogDefaultAction = false,
Org = "string",
Rules = new[]
{
new Vcd.Inputs.VappFirewallRulesRuleArgs
{
DestinationIp = "string",
DestinationPort = "string",
DestinationVmId = "string",
DestinationVmIpType = "string",
DestinationVmNicId = 0,
EnableLogging = false,
Enabled = false,
Name = "string",
Policy = "string",
Protocol = "string",
SourceIp = "string",
SourcePort = "string",
SourceVmId = "string",
SourceVmIpType = "string",
SourceVmNicId = 0,
},
},
VappFirewallRulesId = "string",
Vdc = "string",
});
example, err := vcd.NewVappFirewallRules(ctx, "vappFirewallRulesResource", &vcd.VappFirewallRulesArgs{
DefaultAction: pulumi.String("string"),
NetworkId: pulumi.String("string"),
VappId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
LogDefaultAction: pulumi.Bool(false),
Org: pulumi.String("string"),
Rules: vcd.VappFirewallRulesRuleArray{
&vcd.VappFirewallRulesRuleArgs{
DestinationIp: pulumi.String("string"),
DestinationPort: pulumi.String("string"),
DestinationVmId: pulumi.String("string"),
DestinationVmIpType: pulumi.String("string"),
DestinationVmNicId: pulumi.Float64(0),
EnableLogging: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
Name: pulumi.String("string"),
Policy: pulumi.String("string"),
Protocol: pulumi.String("string"),
SourceIp: pulumi.String("string"),
SourcePort: pulumi.String("string"),
SourceVmId: pulumi.String("string"),
SourceVmIpType: pulumi.String("string"),
SourceVmNicId: pulumi.Float64(0),
},
},
VappFirewallRulesId: pulumi.String("string"),
Vdc: pulumi.String("string"),
})
var vappFirewallRulesResource = new VappFirewallRules("vappFirewallRulesResource", VappFirewallRulesArgs.builder()
.defaultAction("string")
.networkId("string")
.vappId("string")
.enabled(false)
.logDefaultAction(false)
.org("string")
.rules(VappFirewallRulesRuleArgs.builder()
.destinationIp("string")
.destinationPort("string")
.destinationVmId("string")
.destinationVmIpType("string")
.destinationVmNicId(0)
.enableLogging(false)
.enabled(false)
.name("string")
.policy("string")
.protocol("string")
.sourceIp("string")
.sourcePort("string")
.sourceVmId("string")
.sourceVmIpType("string")
.sourceVmNicId(0)
.build())
.vappFirewallRulesId("string")
.vdc("string")
.build());
vapp_firewall_rules_resource = vcd.VappFirewallRules("vappFirewallRulesResource",
default_action="string",
network_id="string",
vapp_id="string",
enabled=False,
log_default_action=False,
org="string",
rules=[{
"destination_ip": "string",
"destination_port": "string",
"destination_vm_id": "string",
"destination_vm_ip_type": "string",
"destination_vm_nic_id": 0,
"enable_logging": False,
"enabled": False,
"name": "string",
"policy": "string",
"protocol": "string",
"source_ip": "string",
"source_port": "string",
"source_vm_id": "string",
"source_vm_ip_type": "string",
"source_vm_nic_id": 0,
}],
vapp_firewall_rules_id="string",
vdc="string")
const vappFirewallRulesResource = new vcd.VappFirewallRules("vappFirewallRulesResource", {
defaultAction: "string",
networkId: "string",
vappId: "string",
enabled: false,
logDefaultAction: false,
org: "string",
rules: [{
destinationIp: "string",
destinationPort: "string",
destinationVmId: "string",
destinationVmIpType: "string",
destinationVmNicId: 0,
enableLogging: false,
enabled: false,
name: "string",
policy: "string",
protocol: "string",
sourceIp: "string",
sourcePort: "string",
sourceVmId: "string",
sourceVmIpType: "string",
sourceVmNicId: 0,
}],
vappFirewallRulesId: "string",
vdc: "string",
});
type: vcd:VappFirewallRules
properties:
defaultAction: string
enabled: false
logDefaultAction: false
networkId: string
org: string
rules:
- destinationIp: string
destinationPort: string
destinationVmId: string
destinationVmIpType: string
destinationVmNicId: 0
enableLogging: false
enabled: false
name: string
policy: string
protocol: string
sourceIp: string
sourcePort: string
sourceVmId: string
sourceVmIpType: string
sourceVmNicId: 0
vappFirewallRulesId: string
vappId: string
vdc: string
VappFirewallRules 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 VappFirewallRules resource accepts the following input properties:
- Default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- Network
Id string - The identifier of vApp network.
- Vapp
Id string - The identifier of vApp.
- Enabled bool
- Enable or disable firewall. Default is
true
. - Log
Default boolAction - Flag to enable logging for default action. Default value is
false
. - Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- Rules
List<Vapp
Firewall Rules Rule> Configures a firewall rule; see Rules below for details.
- Vapp
Firewall stringRules Id - Vdc string
- The name of VDC to use, optional if defined at provider level.
- Default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- Network
Id string - The identifier of vApp network.
- Vapp
Id string - The identifier of vApp.
- Enabled bool
- Enable or disable firewall. Default is
true
. - Log
Default boolAction - Flag to enable logging for default action. Default value is
false
. - Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- Rules
[]Vapp
Firewall Rules Rule Args Configures a firewall rule; see Rules below for details.
- Vapp
Firewall stringRules Id - Vdc string
- The name of VDC to use, optional if defined at provider level.
- default
Action String - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- network
Id String - The identifier of vApp network.
- vapp
Id String - The identifier of vApp.
- enabled Boolean
- Enable or disable firewall. Default is
true
. - log
Default BooleanAction - Flag to enable logging for default action. Default value is
false
. - org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
List<Vapp
Firewall Rules Rule> Configures a firewall rule; see Rules below for details.
- vapp
Firewall StringRules Id - vdc String
- The name of VDC to use, optional if defined at provider level.
- default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- network
Id string - The identifier of vApp network.
- vapp
Id string - The identifier of vApp.
- enabled boolean
- Enable or disable firewall. Default is
true
. - log
Default booleanAction - Flag to enable logging for default action. Default value is
false
. - org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
Vapp
Firewall Rules Rule[] Configures a firewall rule; see Rules below for details.
- vapp
Firewall stringRules Id - vdc string
- The name of VDC to use, optional if defined at provider level.
- default_
action str - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- network_
id str - The identifier of vApp network.
- vapp_
id str - The identifier of vApp.
- enabled bool
- Enable or disable firewall. Default is
true
. - log_
default_ boolaction - Flag to enable logging for default action. Default value is
false
. - org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
Sequence[Vapp
Firewall Rules Rule Args] Configures a firewall rule; see Rules below for details.
- vapp_
firewall_ strrules_ id - vdc str
- The name of VDC to use, optional if defined at provider level.
- default
Action String - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- network
Id String - The identifier of vApp network.
- vapp
Id String - The identifier of vApp.
- enabled Boolean
- Enable or disable firewall. Default is
true
. - log
Default BooleanAction - Flag to enable logging for default action. Default value is
false
. - org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules List<Property Map>
Configures a firewall rule; see Rules below for details.
- vapp
Firewall StringRules Id - vdc String
- The name of VDC to use, optional if defined at provider level.
Outputs
All input properties are implicitly available as output properties. Additionally, the VappFirewallRules resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing VappFirewallRules Resource
Get an existing VappFirewallRules 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?: VappFirewallRulesState, opts?: CustomResourceOptions): VappFirewallRules
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
default_action: Optional[str] = None,
enabled: Optional[bool] = None,
log_default_action: Optional[bool] = None,
network_id: Optional[str] = None,
org: Optional[str] = None,
rules: Optional[Sequence[VappFirewallRulesRuleArgs]] = None,
vapp_firewall_rules_id: Optional[str] = None,
vapp_id: Optional[str] = None,
vdc: Optional[str] = None) -> VappFirewallRules
func GetVappFirewallRules(ctx *Context, name string, id IDInput, state *VappFirewallRulesState, opts ...ResourceOption) (*VappFirewallRules, error)
public static VappFirewallRules Get(string name, Input<string> id, VappFirewallRulesState? state, CustomResourceOptions? opts = null)
public static VappFirewallRules get(String name, Output<String> id, VappFirewallRulesState state, CustomResourceOptions options)
resources: _: type: vcd:VappFirewallRules get: id: ${id}
- 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.
- Default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- Enabled bool
- Enable or disable firewall. Default is
true
. - Log
Default boolAction - Flag to enable logging for default action. Default value is
false
. - Network
Id string - The identifier of vApp network.
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- Rules
List<Vapp
Firewall Rules Rule> Configures a firewall rule; see Rules below for details.
- Vapp
Firewall stringRules Id - Vapp
Id string - The identifier of vApp.
- Vdc string
- The name of VDC to use, optional if defined at provider level.
- Default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- Enabled bool
- Enable or disable firewall. Default is
true
. - Log
Default boolAction - Flag to enable logging for default action. Default value is
false
. - Network
Id string - The identifier of vApp network.
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- Rules
[]Vapp
Firewall Rules Rule Args Configures a firewall rule; see Rules below for details.
- Vapp
Firewall stringRules Id - Vapp
Id string - The identifier of vApp.
- Vdc string
- The name of VDC to use, optional if defined at provider level.
- default
Action String - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- enabled Boolean
- Enable or disable firewall. Default is
true
. - log
Default BooleanAction - Flag to enable logging for default action. Default value is
false
. - network
Id String - The identifier of vApp network.
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
List<Vapp
Firewall Rules Rule> Configures a firewall rule; see Rules below for details.
- vapp
Firewall StringRules Id - vapp
Id String - The identifier of vApp.
- vdc String
- The name of VDC to use, optional if defined at provider level.
- default
Action string - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- enabled boolean
- Enable or disable firewall. Default is
true
. - log
Default booleanAction - Flag to enable logging for default action. Default value is
false
. - network
Id string - The identifier of vApp network.
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
Vapp
Firewall Rules Rule[] Configures a firewall rule; see Rules below for details.
- vapp
Firewall stringRules Id - vapp
Id string - The identifier of vApp.
- vdc string
- The name of VDC to use, optional if defined at provider level.
- default_
action str - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- enabled bool
- Enable or disable firewall. Default is
true
. - log_
default_ boolaction - Flag to enable logging for default action. Default value is
false
. - network_
id str - The identifier of vApp network.
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules
Sequence[Vapp
Firewall Rules Rule Args] Configures a firewall rule; see Rules below for details.
- vapp_
firewall_ strrules_ id - vapp_
id str - The identifier of vApp.
- vdc str
- The name of VDC to use, optional if defined at provider level.
- default
Action String - Either 'allow' or 'drop'. Specifies what to do should none of the rules match.
- enabled Boolean
- Enable or disable firewall. Default is
true
. - log
Default BooleanAction - Flag to enable logging for default action. Default value is
false
. - network
Id String - The identifier of vApp network.
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations.
- rules List<Property Map>
Configures a firewall rule; see Rules below for details.
- vapp
Firewall StringRules Id - vapp
Id String - The identifier of vApp.
- vdc String
- The name of VDC to use, optional if defined at provider level.
Supporting Types
VappFirewallRulesRule, VappFirewallRulesRuleArgs
- Destination
Ip string - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - Destination
Port string - Destination port to which this rule applies.
- Destination
Vm stringId - Destination VM identifier
- Destination
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - Destination
Vm doubleNic Id - Destination VM NIC ID to which this rule applies.
- Enable
Logging bool - 'true' value will enable rule logging. Default is false
- Enabled bool
- Enable or disable firewall. Default is
true
. - Name string
- Rule name
- Policy string
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - Protocol string
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- Source
Ip string - Source IP address to which the rule applies. A value of
Any
matches any IP address. - Source
Port string - Source port to which this rule applies.
- Source
Vm stringId - Source VM identifier
- Source
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - Source
Vm doubleNic Id - Source VM NIC ID to which this rule applies.
- Destination
Ip string - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - Destination
Port string - Destination port to which this rule applies.
- Destination
Vm stringId - Destination VM identifier
- Destination
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - Destination
Vm float64Nic Id - Destination VM NIC ID to which this rule applies.
- Enable
Logging bool - 'true' value will enable rule logging. Default is false
- Enabled bool
- Enable or disable firewall. Default is
true
. - Name string
- Rule name
- Policy string
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - Protocol string
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- Source
Ip string - Source IP address to which the rule applies. A value of
Any
matches any IP address. - Source
Port string - Source port to which this rule applies.
- Source
Vm stringId - Source VM identifier
- Source
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - Source
Vm float64Nic Id - Source VM NIC ID to which this rule applies.
- destination
Ip String - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - destination
Port String - Destination port to which this rule applies.
- destination
Vm StringId - Destination VM identifier
- destination
Vm StringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - destination
Vm DoubleNic Id - Destination VM NIC ID to which this rule applies.
- enable
Logging Boolean - 'true' value will enable rule logging. Default is false
- enabled Boolean
- Enable or disable firewall. Default is
true
. - name String
- Rule name
- policy String
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - protocol String
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- source
Ip String - Source IP address to which the rule applies. A value of
Any
matches any IP address. - source
Port String - Source port to which this rule applies.
- source
Vm StringId - Source VM identifier
- source
Vm StringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - source
Vm DoubleNic Id - Source VM NIC ID to which this rule applies.
- destination
Ip string - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - destination
Port string - Destination port to which this rule applies.
- destination
Vm stringId - Destination VM identifier
- destination
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - destination
Vm numberNic Id - Destination VM NIC ID to which this rule applies.
- enable
Logging boolean - 'true' value will enable rule logging. Default is false
- enabled boolean
- Enable or disable firewall. Default is
true
. - name string
- Rule name
- policy string
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - protocol string
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- source
Ip string - Source IP address to which the rule applies. A value of
Any
matches any IP address. - source
Port string - Source port to which this rule applies.
- source
Vm stringId - Source VM identifier
- source
Vm stringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - source
Vm numberNic Id - Source VM NIC ID to which this rule applies.
- destination_
ip str - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - destination_
port str - Destination port to which this rule applies.
- destination_
vm_ strid - Destination VM identifier
- destination_
vm_ strip_ type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - destination_
vm_ floatnic_ id - Destination VM NIC ID to which this rule applies.
- enable_
logging bool - 'true' value will enable rule logging. Default is false
- enabled bool
- Enable or disable firewall. Default is
true
. - name str
- Rule name
- policy str
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - protocol str
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- source_
ip str - Source IP address to which the rule applies. A value of
Any
matches any IP address. - source_
port str - Source port to which this rule applies.
- source_
vm_ strid - Source VM identifier
- source_
vm_ strip_ type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - source_
vm_ floatnic_ id - Source VM NIC ID to which this rule applies.
- destination
Ip String - Destination IP address to which the rule applies. A value of
Any
matches any IP address. - destination
Port String - Destination port to which this rule applies.
- destination
Vm StringId - Destination VM identifier
- destination
Vm StringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - destination
Vm NumberNic Id - Destination VM NIC ID to which this rule applies.
- enable
Logging Boolean - 'true' value will enable rule logging. Default is false
- enabled Boolean
- Enable or disable firewall. Default is
true
. - name String
- Rule name
- policy String
- One of:
drop
(drop packets that match the rule),allow
(allow packets that match the rule to pass through the firewall) - protocol String
- Specify the protocols to which the rule should be applied. One of:
any
,icmp
,tcp
,udp
,tcp&udp
- source
Ip String - Source IP address to which the rule applies. A value of
Any
matches any IP address. - source
Port String - Source port to which this rule applies.
- source
Vm StringId - Source VM identifier
- source
Vm StringIp Type - The value can be one of:
assigned
- assigned internal IP will be automatically chosen.NAT
: NATed external IP will be automatically chosen. - source
Vm NumberNic Id - Source VM NIC ID to which this rule applies.
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.