VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Policy
interface provides methods to set/get background check for the new updates.
More...
Inherited by vmware::appliance::update::PolicyStub.
Public Member Functions | |
vmware.appliance.update.PolicyTypes.Info | Get () |
Gets the automatic update checking and staging policy. | |
vmware.appliance.update.PolicyTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the automatic update checking and staging policy. | |
global::System.Threading.Tasks.Task < vmware.appliance.update.PolicyTypes.Info > | GetAsync () |
Gets the automatic update checking and staging policy. | |
global::System.Threading.Tasks.Task < vmware.appliance.update.PolicyTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the automatic update checking and staging policy. | |
void | Set (vmware.appliance.update.PolicyTypes.Config policy) |
Sets the automatic update checking and staging policy. | |
void | Set (vmware.appliance.update.PolicyTypes.Config policy, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Sets the automatic update checking and staging policy. | |
global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.update.PolicyTypes.Config policy) |
Sets the automatic update checking and staging policy. | |
global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.update.PolicyTypes.Config policy, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Sets the automatic update checking and staging policy. |
The Policy
interface provides methods to set/get background check for the new updates.
This interface was added in vSphere API 6.7.
vmware.appliance.update.PolicyTypes.Info vmware::appliance::update::Policy::Get | ( | ) |
Gets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::update::PolicyStub.
vmware.appliance.update.PolicyTypes.Info vmware::appliance::update::Policy::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::update::PolicyStub.
global::System.Threading.Tasks.Task<vmware.appliance.update.PolicyTypes.Info> vmware::appliance::update::Policy::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::update::PolicyStub.
global::System.Threading.Tasks.Task<vmware.appliance.update.PolicyTypes.Info> vmware::appliance::update::Policy::GetAsync | ( | ) |
Gets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::update::PolicyStub.
void vmware::appliance::update::Policy::Set | ( | vmware.appliance.update.PolicyTypes.Config | policy | ) |
Sets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
policy | Info structure containing the policy for the appliance update. |
Implemented in vmware::appliance::update::PolicyStub.
void vmware::appliance::update::Policy::Set | ( | vmware.appliance.update.PolicyTypes.Config | policy, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Sets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
policy | Info structure containing the policy for the appliance update. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PolicyStub.
global::System.Threading.Tasks.Task vmware::appliance::update::Policy::SetAsync | ( | vmware.appliance.update.PolicyTypes.Config | policy, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Sets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
policy | Info structure containing the policy for the appliance update. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::update::PolicyStub.
global::System.Threading.Tasks.Task vmware::appliance::update::Policy::SetAsync | ( | vmware.appliance.update.PolicyTypes.Config | policy | ) |
Sets the automatic update checking and staging policy.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
policy | Info structure containing the policy for the appliance update. |
Implemented in vmware::appliance::update::PolicyStub.