VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::Ipv4Spec Class Reference

The Ipv4Spec class contains IPV4 information used to configure a network interface. More...

List of all members.

Classes

class  Builder
 Builder class for Ipv4Spec. More...

Public Member Functions

 Ipv4Spec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetAddress ()
 IPV4 address to be used to configure the interface.
void SetAddress (string address)
 IPV4 address to be used to configure the interface.
string GetSubnetMask ()
 The subnet mask for the interface.
void SetSubnetMask (string subnetMask)
 The subnet mask for the interface.
long GetPrefix ()
 The CIDR prefix for the interface.
void SetPrefix (long?prefix)
 The CIDR prefix for the interface.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The Ipv4Spec class contains IPV4 information used to configure a network interface.

This class was added in vSphere API 6.7.1.


Constructor & Destructor Documentation

vmware::vcenter::vcha::Ipv4Spec::Ipv4Spec ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vcha::Ipv4Spec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vcha::Ipv4Spec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::Ipv4Spec::_GetType ( ) [inline]
bool vmware::vcenter::vcha::Ipv4Spec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vcha::Ipv4Spec::_Validate ( ) [inline]
override bool vmware::vcenter::vcha::Ipv4Spec::Equals ( object  obj) [inline]
string vmware::vcenter::vcha::Ipv4Spec::GetAddress ( ) [inline]

IPV4 address to be used to configure the interface.

This attribute was added in vSphere API 6.7.1.

override int vmware::vcenter::vcha::Ipv4Spec::GetHashCode ( ) [inline]
long vmware::vcenter::vcha::Ipv4Spec::GetPrefix ( ) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 6.7.1.

string vmware::vcenter::vcha::Ipv4Spec::GetSubnetMask ( ) [inline]

The subnet mask for the interface.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::Ipv4Spec::SetAddress ( string  address) [inline]

IPV4 address to be used to configure the interface.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::Ipv4Spec::SetPrefix ( long?  prefix) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::Ipv4Spec::SetSubnetMask ( string  subnetMask) [inline]

The subnet mask for the interface.

This attribute was added in vSphere API 6.7.1.

override string vmware::vcenter::vcha::Ipv4Spec::ToString ( ) [inline]

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