vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanIscsiVipConfigSpec(vim.vsan.VipConfigSpec)
- Property of
- VsanIscsiTargetServiceConfig
- Extended by
- VsanIscsiVipConfig
- Extends
- DynamicData
- See also
- VsanIscsiVipDVswitchConfig, VsanIscsiVipVswitchConfig, VsanVipNetworkConfig
- Since
- 9.0.0.0
Data Object Description
Define virtual IP (VIP) specification.Properties
Name | Type | Description |
---|---|---|
distributedSwitchConfig* | VsanIscsiVipDVswitchConfig |
The distributed vSwitch configuration for Virtual IP vmkernal adapter.
You can specify this property only if you do no specify
vswitchConfig.
|
enabled* | xsd:boolean |
Whether virtual IP (VIP) is enabled or not, disabled if it is not specified.
|
v4NetworkConfig* | VsanVipNetworkConfig |
IPv4 network configurations for Virtual IP. If provided, Virtual IP will use
IPv4 network. At least one of v4NetworkConfig and v6NetworkConfig
should be provided for Virtual IP enablement.
|
v6NetworkConfig* | VsanVipNetworkConfig |
IPv6 network configurations for Virtual IP. If provided, Virtual IP will use
IPv6 network. At least one of v4NetworkConfig and v6NetworkConfig
should be provided for Virtual IP enablement.
|
vswitchConfig* | VsanIscsiVipVswitchConfig |
The standard vSwitch configuration for Virtual IP vmkernal adapter. You can
specify this property only if you do no specify
distributedSwitchConfig.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |