vcenter ovf: eula params
The
eula_params
structure includes a array of end user licence agreements (EULAs) included in the OVF package. If the OVF package includes one or more EULAs, an import will only succeed if the all_EULA_accepted
field boolean is set to true.
This information based on the ovf:EulaSection.
Representation:
{
"all_EULA_accepted" : true,
"eulas" : [
"string",
"string"
],
"type" : "string"
}
"all_EULA_accepted" : true,
"eulas" : [
"string",
"string"
],
"type" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
eulas | string[] | Array of EULAs in the OVF package. 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. |
all_EULA_accepted | boolean | If EULAs are provided, this must be set to true during deployment. Optional. This field must be provided 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. |
type | string | Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure. Optional. This field must be provided 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. |