pub struct TestFailoverParam {
pub failover_param_: FailoverParam,
}Expand description
Input to testFailover method.
This structure may be used only with operations rendered under /sms.
§How to access
VasaProvider::test_failover_replication_group_start_task(test_failover_param)VasaProvider::failover_replication_group_task(failover_param)→TestFailoverParam
Fields§
§failover_param_: FailoverParamTrait Implementations§
Source§impl Debug for TestFailoverParam
impl Debug for TestFailoverParam
Source§impl Deref for TestFailoverParam
impl Deref for TestFailoverParam
Source§impl DerefMut for TestFailoverParam
impl DerefMut for TestFailoverParam
Source§impl Deserialize for TestFailoverParam
impl Deserialize for TestFailoverParam
Source§impl FailoverParamTrait for TestFailoverParam
impl FailoverParamTrait for TestFailoverParam
Source§fn get_failover_param(&self) -> &FailoverParam
fn get_failover_param(&self) -> &FailoverParam
Get a reference to the FailoverParam parent struct
Source§fn get_failover_param_mut(&mut self) -> &mut FailoverParam
fn get_failover_param_mut(&mut self) -> &mut FailoverParam
Get a mutable reference to the FailoverParam parent struct
Source§impl VimObjectTrait for TestFailoverParam
impl VimObjectTrait for TestFailoverParam
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for TestFailoverParam
Auto Trait Implementations§
impl Freeze for TestFailoverParam
impl !RefUnwindSafe for TestFailoverParam
impl Send for TestFailoverParam
impl Sync for TestFailoverParam
impl Unpin for TestFailoverParam
impl UnsafeUnpin for TestFailoverParam
impl !UnwindSafe for TestFailoverParam
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