Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

ReconcileTask.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

ReconcileTask

Properties

Name Type Description Notes
AutomaticReconcileWhenUnsynced Pointer to bool Whether or not passwords will be reconciled automatically after the CPM detects a password on remote machine that is not synchronized with its corresponding in the server [optional]
AllowManual Pointer to bool Indicates whether the action can be initiated manually. [optional]

Methods

NewReconcileTask

func NewReconcileTask() *ReconcileTask

NewReconcileTask instantiates a new ReconcileTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewReconcileTaskWithDefaults

func NewReconcileTaskWithDefaults() *ReconcileTask

NewReconcileTaskWithDefaults instantiates a new ReconcileTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAutomaticReconcileWhenUnsynced

func (o *ReconcileTask) GetAutomaticReconcileWhenUnsynced() bool

GetAutomaticReconcileWhenUnsynced returns the AutomaticReconcileWhenUnsynced field if non-nil, zero value otherwise.

GetAutomaticReconcileWhenUnsyncedOk

func (o *ReconcileTask) GetAutomaticReconcileWhenUnsyncedOk() (*bool, bool)

GetAutomaticReconcileWhenUnsyncedOk returns a tuple with the AutomaticReconcileWhenUnsynced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAutomaticReconcileWhenUnsynced

func (o *ReconcileTask) SetAutomaticReconcileWhenUnsynced(v bool)

SetAutomaticReconcileWhenUnsynced sets AutomaticReconcileWhenUnsynced field to given value.

HasAutomaticReconcileWhenUnsynced

func (o *ReconcileTask) HasAutomaticReconcileWhenUnsynced() bool

HasAutomaticReconcileWhenUnsynced returns a boolean if a field has been set.

GetAllowManual

func (o *ReconcileTask) GetAllowManual() bool

GetAllowManual returns the AllowManual field if non-nil, zero value otherwise.

GetAllowManualOk

func (o *ReconcileTask) GetAllowManualOk() (*bool, bool)

GetAllowManualOk returns a tuple with the AllowManual field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAllowManual

func (o *ReconcileTask) SetAllowManual(v bool)

SetAllowManual sets AllowManual field to given value.

HasAllowManual

func (o *ReconcileTask) HasAllowManual() bool

HasAllowManual returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]