VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Ipv4 API service. More...
Inherits vmware::appliance::networking::interfaces::Ipv4.
Public Member Functions | |
Ipv4Stub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
Ipv4Stub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
void | Set (string interfaceName, vmware.appliance.networking.interfaces.Ipv4Types.Config config) |
Set IPv4 network configuration for specific network interface. | |
void | Set (string interfaceName, vmware.appliance.networking.interfaces.Ipv4Types.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set IPv4 network configuration for specific network interface. | |
global::System.Threading.Tasks.Task | SetAsync (string interfaceName, vmware.appliance.networking.interfaces.Ipv4Types.Config config) |
Set IPv4 network configuration for specific network interface. | |
global::System.Threading.Tasks.Task | SetAsync (string interfaceName, vmware.appliance.networking.interfaces.Ipv4Types.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set IPv4 network configuration for specific network interface. | |
vmware.appliance.networking.interfaces.Ipv4Types.Info | Get (string interfaceName) |
Get IPv4 network configuration for specific NIC. | |
vmware.appliance.networking.interfaces.Ipv4Types.Info | Get (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get IPv4 network configuration for specific NIC. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.interfaces.Ipv4Types.Info > | GetAsync (string interfaceName) |
Get IPv4 network configuration for specific NIC. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.interfaces.Ipv4Types.Info > | GetAsync (string interfaceName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get IPv4 network configuration for specific NIC. |
Remote stub implementation of the Ipv4 API service.
vmware::appliance::networking::interfaces::Ipv4Stub::Ipv4Stub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::networking::interfaces::Ipv4Stub::Ipv4Stub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.appliance.networking.interfaces.Ipv4Types.Info vmware::appliance::networking::interfaces::Ipv4Stub::Get | ( | string | interfaceName | ) | [inline] |
Get IPv4 network configuration for specific NIC.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | The Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
Implements vmware::appliance::networking::interfaces::Ipv4.
vmware.appliance.networking.interfaces.Ipv4Types.Info vmware::appliance::networking::interfaces::Ipv4Stub::Get | ( | string | interfaceName, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get IPv4 network configuration for specific NIC.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | The Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::interfaces::Ipv4.
global::System.Threading.Tasks.Task<vmware.appliance.networking.interfaces.Ipv4Types.Info> vmware::appliance::networking::interfaces::Ipv4Stub::GetAsync | ( | string | interfaceName, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get IPv4 network configuration for specific NIC.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | The Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::interfaces::Ipv4.
global::System.Threading.Tasks.Task<vmware.appliance.networking.interfaces.Ipv4Types.Info> vmware::appliance::networking::interfaces::Ipv4Stub::GetAsync | ( | string | interfaceName | ) | [inline] |
Get IPv4 network configuration for specific NIC.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | The Network interface to query, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
Implements vmware::appliance::networking::interfaces::Ipv4.
void vmware::appliance::networking::interfaces::Ipv4Stub::Set | ( | string | interfaceName, |
vmware.appliance.networking.interfaces.Ipv4Types.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set IPv4 network configuration for specific network interface.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the IP is used as PNID |
vmware.vapi.std.errors.ResourceBusy | if the specified NIC is busy. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv4 Network configuration to set. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::interfaces::Ipv4.
void vmware::appliance::networking::interfaces::Ipv4Stub::Set | ( | string | interfaceName, |
vmware.appliance.networking.interfaces.Ipv4Types.Config | config | ||
) | [inline] |
Set IPv4 network configuration for specific network interface.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the IP is used as PNID |
vmware.vapi.std.errors.ResourceBusy | if the specified NIC is busy. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv4 Network configuration to set. |
Implements vmware::appliance::networking::interfaces::Ipv4.
global::System.Threading.Tasks.Task vmware::appliance::networking::interfaces::Ipv4Stub::SetAsync | ( | string | interfaceName, |
vmware.appliance.networking.interfaces.Ipv4Types.Config | config | ||
) | [inline] |
Set IPv4 network configuration for specific network interface.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the IP is used as PNID |
vmware.vapi.std.errors.ResourceBusy | if the specified NIC is busy. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv4 Network configuration to set. |
Implements vmware::appliance::networking::interfaces::Ipv4.
global::System.Threading.Tasks.Task vmware::appliance::networking::interfaces::Ipv4Stub::SetAsync | ( | string | interfaceName, |
vmware.appliance.networking.interfaces.Ipv4Types.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set IPv4 network configuration for specific network interface.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the specified NIC is not found. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the IP is used as PNID |
vmware.vapi.std.errors.ResourceBusy | if the specified NIC is busy. |
vmware.vapi.std.errors.Error | Generic error. |
interfaceName | Network interface to update, for example, "nic0". The parameter must be an identifier for the resource type: com.vmware.appliance.networking.interfaces . |
config | The IPv4 Network configuration to set. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::interfaces::Ipv4.