VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::networking::firewall::addr::Inbound Interface Reference

Inbound interface provides methods Operations for Firewall rules. More...

Inherited by vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

List of all members.

Public Member Functions

void Add (long pos, vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rule)
 Add a firewall rule to allow or deny traffic from incoming IP address.
void Add (long pos, vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rule, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Add a firewall rule to allow or deny traffic from incoming IP address.
global::System.Threading.Tasks.Task AddAsync (long pos, vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rule)
 Add a firewall rule to allow or deny traffic from incoming IP address.
global::System.Threading.Tasks.Task AddAsync (long pos, vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rule, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Add a firewall rule to allow or deny traffic from incoming IP address.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > rules)
 Set list of inbound IP addresses to allow or deny by firewall.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > rules, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set list of inbound IP addresses to allow or deny by firewall.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > rules)
 Set list of inbound IP addresses to allow or deny by firewall.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > rules, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set list of inbound IP addresses to allow or deny by firewall.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule
List ()
 Get ordered list of inbound IP addresses that are allowed or denied by firewall.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get ordered list of inbound IP addresses that are allowed or denied by firewall.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > > 
ListAsync ()
 Get ordered list of inbound IP addresses that are allowed or denied by firewall.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get ordered list of inbound IP addresses that are allowed or denied by firewall.
void Delete (vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule config)
 Delete specific rule at a given position or delete all rules.
void Delete (vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Delete specific rule at a given position or delete all rules.
global::System.Threading.Tasks.Task DeleteAsync (vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule config)
 Delete specific rule at a given position or delete all rules.
global::System.Threading.Tasks.Task DeleteAsync (vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Delete specific rule at a given position or delete all rules.

Detailed Description

Inbound interface provides methods Operations for Firewall rules.


Member Function Documentation

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Add ( long  pos,
vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule  rule 
)

Add a firewall rule to allow or deny traffic from incoming IP address.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
posPosition before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.
ruleFirewall IP-based rule.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Add ( long  pos,
vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule  rule,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Add a firewall rule to allow or deny traffic from incoming IP address.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
posPosition before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.
ruleFirewall IP-based rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::AddAsync ( long  pos,
vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule  rule,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Add a firewall rule to allow or deny traffic from incoming IP address.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
posPosition before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.
ruleFirewall IP-based rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::AddAsync ( long  pos,
vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule  rule 
)

Add a firewall rule to allow or deny traffic from incoming IP address.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
posPosition before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.
ruleFirewall IP-based rule.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Delete ( vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule  config)

Delete specific rule at a given position or delete all rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configDelete a firewall rule

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Delete ( vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule  config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Delete specific rule at a given position or delete all rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configDelete a firewall rule
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::DeleteAsync ( vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule  config)

Delete specific rule at a given position or delete all rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configDelete a firewall rule

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::DeleteAsync ( vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.DeleteFirewallRule  config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Delete specific rule at a given position or delete all rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configDelete a firewall rule
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule> vmware::appliance::techpreview::networking::firewall::addr::Inbound::List ( )

Get ordered list of inbound IP addresses that are allowed or denied by firewall.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule> vmware::appliance::techpreview::networking::firewall::addr::Inbound::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get ordered list of inbound IP addresses that are allowed or denied by firewall.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule> > vmware::appliance::techpreview::networking::firewall::addr::Inbound::ListAsync ( )

Get ordered list of inbound IP addresses that are allowed or denied by firewall.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule> > vmware::appliance::techpreview::networking::firewall::addr::Inbound::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get ordered list of inbound IP addresses that are allowed or denied by firewall.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
List of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rules)

Set list of inbound IP addresses to allow or deny by firewall.

This replaces all existing rules. Firewall rules have no impact on closed ports because these ports are closed for all traffic.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
rulesList of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

void vmware::appliance::techpreview::networking::firewall::addr::Inbound::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rules,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Set list of inbound IP addresses to allow or deny by firewall.

This replaces all existing rules. Firewall rules have no impact on closed ports because these ports are closed for all traffic.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
rulesList of address-based firewall rules.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rules,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Set list of inbound IP addresses to allow or deny by firewall.

This replaces all existing rules. Firewall rules have no impact on closed ports because these ports are closed for all traffic.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
rulesList of address-based firewall rules.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::firewall::addr::Inbound::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.firewall.addr.InboundTypes.FirewallAddressRule rules)

Set list of inbound IP addresses to allow or deny by firewall.

This replaces all existing rules. Firewall rules have no impact on closed ports because these ports are closed for all traffic.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
rulesList of address-based firewall rules.

Implemented in vmware::appliance::techpreview::networking::firewall::addr::InboundStub.


The documentation for this interface was generated from the following file: