appliance vmon service: update spec
The
update_spec
structure describes the changes to be made to the configuration of the service.Representations:
{
"startup_type": "MANUAL"
}
"startup_type": "MANUAL"
}
<?xml version="1.0" ?>
<ns0:UpdateSpec xmlns:ns0="http://vmware.com/appliance/vmon/service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<startup_type>MANUAL</startup_type>
</ns0:UpdateSpec>
<ns0:UpdateSpec xmlns:ns0="http://vmware.com/appliance/vmon/service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<startup_type>MANUAL</startup_type>
</ns0:UpdateSpec>
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
startup_type | string | Startup Type Optional. If unspecified, leaves value unchanged. |