pub struct IFabricClusterManagementClient10Wrap { /* private fields */ }

Implementations§

source§

impl IFabricClusterManagementClient10Wrap

source

pub fn new() -> IFabricClusterManagementClient10Wrap

source

pub fn ActivateNode( &self, nodeName: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn DeactivateNode( &self, nodeName: PCWSTR, intent: FABRIC_NODE_DEACTIVATION_INTENT, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn GetClusterConfiguration( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricStringResult>>

source

pub fn GetClusterConfiguration2( &self, apiVersion: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricStringResult>>

source

pub fn GetClusterConfigurationUpgradeStatus( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricOrchestrationUpgradeStatusResult>>

source

pub fn GetClusterManifest( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricStringResult>>

source

pub fn GetClusterManifest2( &self, queryDescription: &FABRIC_CLUSTER_MANIFEST_QUERY_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricStringResult>>

source

pub fn GetFabricUpgradeProgress( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricUpgradeProgressResult2>>

source

pub fn GetUpgradeOrchestrationServiceState( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricStringResult>>

source

pub fn GetUpgradesPendingApproval( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn MoveNextFabricUpgradeDomain( &self, progress: &IFabricUpgradeProgressResult2, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn MoveNextFabricUpgradeDomain2( &self, nextUpgradeDomain: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn NodeStateRemoved( &self, nodeName: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn ProvisionFabric( &self, codeFilepath: PCWSTR, clusterManifestFilepath: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RecoverPartition( &self, partitionId: GUID, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RecoverPartitions( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RecoverServicePartitions( &self, serviceName: &u16, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RecoverSystemPartitions( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn ResetPartitionLoad( &self, partitionId: GUID, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RestartNode( &self, restartNodeDescription: &FABRIC_RESTART_NODE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn RollbackFabricUpgrade( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn SetUpgradeOrchestrationServiceState( &self, state: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<IFabricUpgradeOrchestrationServiceStateResult>>

source

pub fn StartApprovedUpgrades( &self, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn StartNode( &self, startNodeDescription: &FABRIC_START_NODE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn StopNode( &self, stopNodeDescription: &FABRIC_STOP_NODE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn ToggleVerboseServicePlacementHealthReporting( &self, enabled: BOOLEAN, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn UnprovisionFabric( &self, codeVersion: PCWSTR, configVersion: PCWSTR, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn UpdateFabricUpgrade( &self, description: &FABRIC_UPGRADE_UPDATE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn UpgradeConfiguration( &self, startUpgradeDescription: &FABRIC_START_UPGRADE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

source

pub fn UpgradeFabric( &self, upgradeDescription: &FABRIC_UPGRADE_DESCRIPTION, timeoutMilliseconds: u32 ) -> FabricReceiver<Result<()>>

Trait Implementations§

source§

impl Default for IFabricClusterManagementClient10Wrap

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.