VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::update::ServiceInfo Class Reference

The ServiceInfo class describes a service to be stopped and started during the update installation. More...

List of all members.

Classes

class  Builder
 Builder class for ServiceInfo. More...

Public Member Functions

 ServiceInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetService ()
 Service ID.
void SetService (string service)
 Service ID.
vmware.vapi.std.LocalizableMessage GetDescription ()
 Service description.
void SetDescription (vmware.vapi.std.LocalizableMessage description)
 Service description.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The ServiceInfo class describes a service to be stopped and started during the update installation.

This class was added in vSphere API 6.7.


Constructor & Destructor Documentation

vmware::appliance::update::ServiceInfo::ServiceInfo ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::appliance::update::ServiceInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::appliance::update::ServiceInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::appliance::update::ServiceInfo::_GetType ( ) [inline]
bool vmware::appliance::update::ServiceInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::appliance::update::ServiceInfo::_Validate ( ) [inline]
override bool vmware::appliance::update::ServiceInfo::Equals ( object  obj) [inline]
vmware.vapi.std.LocalizableMessage vmware::appliance::update::ServiceInfo::GetDescription ( ) [inline]

Service description.

This attribute was added in vSphere API 6.7.

override int vmware::appliance::update::ServiceInfo::GetHashCode ( ) [inline]
string vmware::appliance::update::ServiceInfo::GetService ( ) [inline]

Service ID.

This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.service . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.appliance.service .

void vmware::appliance::update::ServiceInfo::SetDescription ( vmware.vapi.std.LocalizableMessage  description) [inline]

Service description.

This attribute was added in vSphere API 6.7.

void vmware::appliance::update::ServiceInfo::SetService ( string  service) [inline]

Service ID.

This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.service . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.appliance.service .

override string vmware::appliance::update::ServiceInfo::ToString ( ) [inline]

The documentation for this class was generated from the following file: