InfraprofileConfigsProfileInfo

The Configs.ProfileInfo structure defines the information about profile.


Properties

string
info Required

Description of the profile.


string
name Required

Name of the profile which is also a profile identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.infraprofile.profile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.infraprofile.profile.

JSON Example

{
	"info": "string",
	"name": "string"
}
Returned By

List Configs

Feedback

Was this page helpful?