OBJECT
VsphereProxyVmNetworkInfo
Description
Network information for the HotAdd proxy virtual machine.
link GraphQL Schema definition
- type VsphereProxyVmNetworkInfo {
- # The name of the HotAdd proxy virtual machine network.
- : String!
- # Static IP information for the HotAdd proxy virtual machine.
- : VsphereProxyVmStaticIpInfo
- }