vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - MacRange(vim.MacRange)
- Extends
- MacAddress
- Since
- vSphere API Release 5.5
Data Object Description
This class defines a range of MAC address.Properties
Name | Type | Description |
---|---|---|
address | xsd:string |
MAC address.
|
mask | xsd:string |
Mask that is used in matching the MAC address. A MAC address is
considered matched if the "and" operation of the mask on the
MAC address and address yields the same result.
For example, a MAC of "00:A0:FF:14:FF:29" is considered matched
for a address of "00:A0:C9:14:C8:29" and a
mask of "FF:FF:00:FF:00:FF".
|
Properties inherited from MacAddress | ||
None | ||
Properties inherited from NegatableExpression | ||
negate | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |