VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly Class Reference

Routes.RouteReadOnly class Structure that describes how routing is performed for a particular destination and prefix. More...

List of all members.

Public Member Functions

 RouteReadOnly ()
 Creates a default new instance.
string GetDestination ()
 Destination address that defines this route.
void SetDestination (string destination)
 Destination address that defines this route.
long GetPrefix ()
 Destination CIDR prefix that defines this route.
void SetPrefix (long prefix)
 Destination CIDR prefix that defines this route.
string GetGateway ()
 Gateway address.
void SetGateway (string gateway)
 Gateway address.
string GetInterfaceName ()
 Output device interface, for example, "nic0".
void SetInterfaceName (string interfaceName)
 Output device interface, for example, "nic0".
bool GetIsStatic ()
 Static provides information about installation of the route.
void SetIsStatic (bool isStatic)
 Static provides information about installation of the route.
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

Routes.RouteReadOnly class Structure that describes how routing is performed for a particular destination and prefix.

A destination/prefix of 0.0.0.0/0 ( for IPv4) or ::/0 (for IPv6) refers to the default gateway.


Constructor & Destructor Documentation

vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::RouteReadOnly ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::_GetType ( ) [inline]
bool vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::_Validate ( ) [inline]
override bool vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::Equals ( object  obj) [inline]
string vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetDestination ( ) [inline]

Destination address that defines this route.

string vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetGateway ( ) [inline]

Gateway address.

override int vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetHashCode ( ) [inline]
string vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetInterfaceName ( ) [inline]

Output device interface, for example, "nic0".

bool vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetIsStatic ( ) [inline]

Static provides information about installation of the route.

True indicates the route was installed by the administrator. False indicates the route was autoconfigured

long vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::GetPrefix ( ) [inline]

Destination CIDR prefix that defines this route.

See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.

void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::SetDestination ( string  destination) [inline]

Destination address that defines this route.

void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::SetGateway ( string  gateway) [inline]

Gateway address.

void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::SetInterfaceName ( string  interfaceName) [inline]

Output device interface, for example, "nic0".

void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::SetIsStatic ( bool  isStatic) [inline]

Static provides information about installation of the route.

True indicates the route was installed by the administrator. False indicates the route was autoconfigured

void vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::SetPrefix ( long  prefix) [inline]

Destination CIDR prefix that defines this route.

See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.

override string vmware::appliance::techpreview::networking::RoutesTypes::RouteReadOnly::ToString ( ) [inline]

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