Snapservice.TimePeriod
Snapservice.TimePeriod
The Snapservice.TimePeriod schema contains properties that describes the time period and duration
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"unit": "string",
"duration": 0
}
string
unit
Required
Units for the duration in minutes, hours, days, weeks and years
Possible values:
MINUTE
: Minutes.HOUR
: Hours.DAY
: Day.WEEK
: Weeks.MONTH
: Months.
For more information see: Snapservice.TimeUnit.
This property was added in vSphere API 9.0.0.0.
integer As int64
As int64
duration
Required
Duration of time in number
This property was added in vSphere API 9.0.0.0.