VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Service
interface provides methods to manage a single/set of vCenter Server services.
More...
Inherited by vmware::vcenter::services::ServiceStub.
Public Member Functions | |
void | Start (string service) |
Starts a service. | |
void | Start (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Starts a service. | |
global::System.Threading.Tasks.Task | StartAsync (string service) |
Starts a service. | |
global::System.Threading.Tasks.Task | StartAsync (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Starts a service. | |
void | Stop (string service) |
Stops a service. | |
void | Stop (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Stops a service. | |
global::System.Threading.Tasks.Task | StopAsync (string service) |
Stops a service. | |
global::System.Threading.Tasks.Task | StopAsync (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Stops a service. | |
void | Restart (string service) |
Restarts a service. | |
void | Restart (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Restarts a service. | |
global::System.Threading.Tasks.Task | RestartAsync (string service) |
Restarts a service. | |
global::System.Threading.Tasks.Task | RestartAsync (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Restarts a service. | |
vmware.vcenter.services.ServiceTypes.Info | Get (string service) |
Returns the state of a service. | |
vmware.vcenter.services.ServiceTypes.Info | Get (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the state of a service. | |
global::System.Threading.Tasks.Task < vmware.vcenter.services.ServiceTypes.Info > | GetAsync (string service) |
Returns the state of a service. | |
global::System.Threading.Tasks.Task < vmware.vcenter.services.ServiceTypes.Info > | GetAsync (string service, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the state of a service. | |
void | Update (string service, vmware.vcenter.services.ServiceTypes.UpdateSpec spec) |
Updates the properties of a service. | |
void | Update (string service, vmware.vcenter.services.ServiceTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Updates the properties of a service. | |
global::System.Threading.Tasks.Task | UpdateAsync (string service, vmware.vcenter.services.ServiceTypes.UpdateSpec spec) |
Updates the properties of a service. | |
global::System.Threading.Tasks.Task | UpdateAsync (string service, vmware.vcenter.services.ServiceTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Updates the properties of a service. | |
global::System.Collections.Generic.Dictionary < string, vmware.vcenter.services.ServiceTypes.Info > | ListDetails () |
Lists details of vCenter services. | |
global::System.Collections.Generic.Dictionary < string, vmware.vcenter.services.ServiceTypes.Info > | ListDetails (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Lists details of vCenter services. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.services.ServiceTypes.Info > > | ListDetailsAsync () |
Lists details of vCenter services. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.services.ServiceTypes.Info > > | ListDetailsAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Lists details of vCenter services. |
The Service
interface provides methods to manage a single/set of vCenter Server services.
This interface was added in vSphere API 6.7.
vmware.vcenter.services.ServiceTypes.Info vmware::vcenter::services::Service::Get | ( | string | service | ) |
Returns the state of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service whose state is being queried. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
vmware.vcenter.services.ServiceTypes.Info vmware::vcenter::services::Service::Get | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the state of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service whose state is being queried. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task<vmware.vcenter.services.ServiceTypes.Info> vmware::vcenter::services::Service::GetAsync | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the state of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service whose state is being queried. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task<vmware.vcenter.services.ServiceTypes.Info> vmware::vcenter::services::Service::GetAsync | ( | string | service | ) |
Returns the state of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service whose state is being queried. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Collections.Generic.Dictionary<string, vmware.vcenter.services.ServiceTypes.Info> vmware::vcenter::services::Service::ListDetails | ( | ) |
Lists details of vCenter services.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
com.vmware.vcenter.services.Service
. Implemented in vmware::vcenter::services::ServiceStub.
global::System.Collections.Generic.Dictionary<string, vmware.vcenter.services.ServiceTypes.Info> vmware::vcenter::services::Service::ListDetails | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Lists details of vCenter services.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
com.vmware.vcenter.services.Service
. Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.services.ServiceTypes.Info> > vmware::vcenter::services::Service::ListDetailsAsync | ( | ) |
Lists details of vCenter services.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
com.vmware.vcenter.services.Service
. Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.services.ServiceTypes.Info> > vmware::vcenter::services::Service::ListDetailsAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Lists details of vCenter services.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
com.vmware.vcenter.services.Service
. Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Restart | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Restarts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the restart operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or start operation is in progress, issuing a restart operation will lead to this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a restart operation is issued on a service which has startup type Service.StartupType.DISABLED |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to restart The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Restart | ( | string | service | ) |
Restarts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the restart operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or start operation is in progress, issuing a restart operation will lead to this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a restart operation is issued on a service which has startup type Service.StartupType.DISABLED |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to restart The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::RestartAsync | ( | string | service | ) |
Restarts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the restart operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or start operation is in progress, issuing a restart operation will lead to this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a restart operation is issued on a service which has startup type Service.StartupType.DISABLED |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to restart The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::RestartAsync | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Restarts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the restart operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or start operation is in progress, issuing a restart operation will lead to this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a restart operation is issued on a service which has startup type Service.StartupType.DISABLED |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to restart The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Start | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Starts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or restart operation is in progress, the start operation will not be allowed. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if start operation is issued on a service which has startup type Service.StartupType.DISABLED . |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the start operation. Timeout occurs when the service takes longer than StartTimeout to start. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to start The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Start | ( | string | service | ) |
Starts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or restart operation is in progress, the start operation will not be allowed. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if start operation is issued on a service which has startup type Service.StartupType.DISABLED . |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the start operation. Timeout occurs when the service takes longer than StartTimeout to start. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to start The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::StartAsync | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Starts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or restart operation is in progress, the start operation will not be allowed. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if start operation is issued on a service which has startup type Service.StartupType.DISABLED . |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the start operation. Timeout occurs when the service takes longer than StartTimeout to start. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to start The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::StartAsync | ( | string | service | ) |
Starts a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop or restart operation is in progress, the start operation will not be allowed. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if start operation is issued on a service which has startup type Service.StartupType.DISABLED . |
vmware.vapi.std.errors.TimedOut | if any timeout occurs during the execution of the start operation. Timeout occurs when the service takes longer than StartTimeout to start. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
service | identifier of the service to start The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Stop | ( | string | service | ) |
Stops a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop operation is in progress, issuing another stop operation will lead to this error. |
service | identifier of the service to stop The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Stop | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Stops a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop operation is in progress, issuing another stop operation will lead to this error. |
service | identifier of the service to stop The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::StopAsync | ( | string | service | ) |
Stops a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop operation is in progress, issuing another stop operation will lead to this error. |
service | identifier of the service to stop The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::StopAsync | ( | string | service, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Stops a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a stop operation is in progress, issuing another stop operation will lead to this error. |
service | identifier of the service to stop The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Update | ( | string | service, |
vmware.vcenter.services.ServiceTypes.UpdateSpec | spec | ||
) |
Updates the properties of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a start, stop or restart operation is in progress, update operation will fail with this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a request to set the Service.UpdateSpec.startupType field of spec to Service.StartupType.DISABLED comes in for a service that is not in Service.State.STOPPED state. |
service | identifier of the service whose properties are being updated. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
spec | Service Update specification. |
Implemented in vmware::vcenter::services::ServiceStub.
void vmware::vcenter::services::Service::Update | ( | string | service, |
vmware.vcenter.services.ServiceTypes.UpdateSpec | spec, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Updates the properties of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a start, stop or restart operation is in progress, update operation will fail with this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a request to set the Service.UpdateSpec.startupType field of spec to Service.StartupType.DISABLED comes in for a service that is not in Service.State.STOPPED state. |
service | identifier of the service whose properties are being updated. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
spec | Service Update specification. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::UpdateAsync | ( | string | service, |
vmware.vcenter.services.ServiceTypes.UpdateSpec | spec, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Updates the properties of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a start, stop or restart operation is in progress, update operation will fail with this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a request to set the Service.UpdateSpec.startupType field of spec to Service.StartupType.DISABLED comes in for a service that is not in Service.State.STOPPED state. |
service | identifier of the service whose properties are being updated. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
spec | Service Update specification. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::services::ServiceStub.
global::System.Threading.Tasks.Task vmware::vcenter::services::Service::UpdateAsync | ( | string | service, |
vmware.vcenter.services.ServiceTypes.UpdateSpec | spec | ||
) |
Updates the properties of a service.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | if the service associated with service does not exist. |
vmware.vapi.std.errors.Error | if any other error occurs during the execution of the operation. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the operation is denied in the current state of the service. If a start, stop or restart operation is in progress, update operation will fail with this error. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if a request to set the Service.UpdateSpec.startupType field of spec to Service.StartupType.DISABLED comes in for a service that is not in Service.State.STOPPED state. |
service | identifier of the service whose properties are being updated. The parameter must be an identifier for the resource type: com.vmware.vcenter.services.Service . |
spec | Service Update specification. |
Implemented in vmware::vcenter::services::ServiceStub.