vcenter ovf: storage profile target
The
storage_profile_target
structure contains information about a storage policy. Representation:
{
"name" : "string",
"id" : "obj-103"
}
"name" : "string",
"id" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
id | string | The identifier of the storage profile. Optional. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: StorageProfile . When operations return a value of this structure as a result, the field will be an identifier for the resource type: StorageProfile . |
name | string | The name of the storage profile. Optional. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. |