VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::networking::Ipv4 Interface Reference

Ipv4 interface provides methods Performs IPV4 network configuration for interfaces. More...

Inherited by vmware::appliance::techpreview::networking::Ipv4Stub.

List of all members.

Public Member Functions

void Renew (global::System.Collections.Generic.List< string > interfaces)
 Renew IPv4 network configuration on interfaces.
void Renew (global::System.Collections.Generic.List< string > interfaces, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Renew IPv4 network configuration on interfaces.
global::System.Threading.Tasks.Task RenewAsync (global::System.Collections.Generic.List< string > interfaces)
 Renew IPv4 network configuration on interfaces.
global::System.Threading.Tasks.Task RenewAsync (global::System.Collections.Generic.List< string > interfaces, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Renew IPv4 network configuration on interfaces.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config > config)
 Set IPv4 network configuration.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config > config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set IPv4 network configuration.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config > config)
 Set IPv4 network configuration.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config > config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set IPv4 network configuration.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly
List ()
 Get IPv4 network configuration for all configured interfaces.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv4 network configuration for all configured interfaces.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly > > 
ListAsync ()
 Get IPv4 network configuration for all configured interfaces.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv4 network configuration for all configured interfaces.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly
Get (global::System.Collections.Generic.List< string > interfaces)
 Get IPv4 network configuration for interfaces.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly
Get (global::System.Collections.Generic.List< string > interfaces, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv4 network configuration for interfaces.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly > > 
GetAsync (global::System.Collections.Generic.List< string > interfaces)
 Get IPv4 network configuration for interfaces.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly > > 
GetAsync (global::System.Collections.Generic.List< string > interfaces, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get IPv4 network configuration for interfaces.

Detailed Description

Ipv4 interface provides methods Performs IPV4 network configuration for interfaces.


Member Function Documentation

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> vmware::appliance::techpreview::networking::Ipv4::Get ( global::System.Collections.Generic.List< string >  interfaces)

Get IPv4 network configuration for interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesNetwork interfaces to query, for example, "nic0".
Returns:
IPv4 configuration for each queried interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> vmware::appliance::techpreview::networking::Ipv4::Get ( global::System.Collections.Generic.List< string >  interfaces,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get IPv4 network configuration for interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesNetwork interfaces to query, for example, "nic0".
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
IPv4 configuration for each queried interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> > vmware::appliance::techpreview::networking::Ipv4::GetAsync ( global::System.Collections.Generic.List< string >  interfaces,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get IPv4 network configuration for interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesNetwork interfaces to query, for example, "nic0".
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
IPv4 configuration for each queried interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> > vmware::appliance::techpreview::networking::Ipv4::GetAsync ( global::System.Collections.Generic.List< string >  interfaces)

Get IPv4 network configuration for interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesNetwork interfaces to query, for example, "nic0".
Returns:
IPv4 configuration for each queried interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> vmware::appliance::techpreview::networking::Ipv4::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get IPv4 network configuration for all configured interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
IPv4 configuration for each interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> vmware::appliance::techpreview::networking::Ipv4::List ( )

Get IPv4 network configuration for all configured interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
IPv4 configuration for each interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> > vmware::appliance::techpreview::networking::Ipv4::ListAsync ( )

Get IPv4 network configuration for all configured interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
IPv4 configuration for each interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.Ipv4Types.IPv4ConfigReadOnly> > vmware::appliance::techpreview::networking::Ipv4::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Get IPv4 network configuration for all configured interfaces.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
IPv4 configuration for each interface.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

void vmware::appliance::techpreview::networking::Ipv4::Renew ( global::System.Collections.Generic.List< string >  interfaces,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Renew IPv4 network configuration on interfaces.

If the interface is configured to use DHCP for IP address assignment, the lease of the interface is renewed.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesInterfaces to renew.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

void vmware::appliance::techpreview::networking::Ipv4::Renew ( global::System.Collections.Generic.List< string >  interfaces)

Renew IPv4 network configuration on interfaces.

If the interface is configured to use DHCP for IP address assignment, the lease of the interface is renewed.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesInterfaces to renew.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::Ipv4::RenewAsync ( global::System.Collections.Generic.List< string >  interfaces)

Renew IPv4 network configuration on interfaces.

If the interface is configured to use DHCP for IP address assignment, the lease of the interface is renewed.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesInterfaces to renew.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::Ipv4::RenewAsync ( global::System.Collections.Generic.List< string >  interfaces,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Renew IPv4 network configuration on interfaces.

If the interface is configured to use DHCP for IP address assignment, the lease of the interface is renewed.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
interfacesInterfaces to renew.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

void vmware::appliance::techpreview::networking::Ipv4::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Set IPv4 network configuration.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configList of IPv4 configurations.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

void vmware::appliance::techpreview::networking::Ipv4::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config config)

Set IPv4 network configuration.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configList of IPv4 configurations.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::Ipv4::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config config,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Set IPv4 network configuration.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configList of IPv4 configurations.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::Ipv4::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.Ipv4Types.IPv4Config config)

Set IPv4 network configuration.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configList of IPv4 configurations.

Implemented in vmware::appliance::techpreview::networking::Ipv4Stub.


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