Show / Hide Table of Contents

Class RemoveSnapDetails

Provides the information used to remove a snap.

Inheritance
object
RemoveSnapDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RemoveSnapDetails

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the snap to remove.

Remarks

Required

Revision

Declaration
[JsonProperty(PropertyName = "revision")]
public string Revision { get; set; }
Property Value
Type Description
string

The revision to remove. Note: This option cannot be used when removing multiple snaps.

In this article
Back to top