SettingsClustersEnablementConfigurationTransitionReferenceHost

The Transition.ReferenceHost contains fields that specify the reference host information used by the transition process.


Properties

string
host Required

Reference host ID. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem.


host_info Required

Host Info for Reference host.

JSON Example

{
	"host": "string",
	"host_info": {
		"name": "string"
	}
}

Feedback

Was this page helpful?