VsanSnapStatsExpirationType_enum
VsanSnapStatsExpirationType_enum
It's used to declare the expiration types of the received stats from the vSAN SnapService Appliance.
Possible values:
afterSet
: represent the stats will expire once the new value has been set.afterGet
: represent the stats will expire once it has been queried.afterTtl
: represent the stats will expire after a specific TTL.never
: represent the stats will never expire.VsanSnapStatsExpirationType_Unknown
: represent the value when the lower version client cannot recognize the enum value.
This data structure has no properties.
Enumeration:
afterSet,
afterGet,
afterTtl,
never,
VsanSnapStatsExpirationType_Unknown,