pub struct HostEsxAgentHostManagerConfigInfo {
pub agent_vm_datastore: Option<ManagedObjectReference>,
pub agent_vm_network: Option<ManagedObjectReference>,
}Expand description
§How to access
HostEsxAgentHostManager::config_infoHostEsxAgentHostManager::esx_agent_host_manager_update_config(config_info)
Fields§
§agent_vm_datastore: Option<ManagedObjectReference>Datastore used for deploying Agent VMs on this host.
Refers instance of Datastore.
agent_vm_network: Option<ManagedObjectReference>Management Network for Agent VMs on this host.
Refers instance of Network.
Trait Implementations§
Source§impl VimObjectTrait for HostEsxAgentHostManagerConfigInfo
impl VimObjectTrait for HostEsxAgentHostManagerConfigInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostEsxAgentHostManagerConfigInfo
Auto Trait Implementations§
impl Freeze for HostEsxAgentHostManagerConfigInfo
impl RefUnwindSafe for HostEsxAgentHostManagerConfigInfo
impl Send for HostEsxAgentHostManagerConfigInfo
impl Sync for HostEsxAgentHostManagerConfigInfo
impl Unpin for HostEsxAgentHostManagerConfigInfo
impl UnsafeUnpin for HostEsxAgentHostManagerConfigInfo
impl UnwindSafe for HostEsxAgentHostManagerConfigInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more