Snapservice.Sites.DeleteOptions

Snapservice.Sites.DeleteOptions
Snapservice.Sites.DeleteOptions

The Snapservice.Sites.DeleteOptions schema contains properties to specify options used for breaking the pair with remote site.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "exclude_hms": false,
    "remote_site_failed": false
}
boolean
exclude_hms
Optional

Indicates whether or not we should skip breaking HMS pair

This property was added in vSphere API 9.0.0.0.

if missing or null HMS pairing is removed.

boolean
remote_site_failed
Optional

Indicates whether the remote site failed. Consumer can use this option if remote site is no longer available and the remote site needs to be deleted. Network errors with remote site will be ignored if remoteSiteFailed field is set to true and remote site will be deleted from the local site.

This property was added in vSphere API 9.0.0.0.

if missing or null break pair without force.