Class RemoveSnapsFromManagedInstanceDetails
Provides the information used to install snaps from a managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RemoveSnapsFromManagedInstanceDetails
Properties
SnapDetails
Declaration
[Required(ErrorMessage = "SnapDetails is required.")]
[JsonProperty(PropertyName = "snapDetails")]
public List<RemoveSnapDetails> SnapDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RemoveSnapDetails> | The array of snaps to remove. |
Remarks
Required
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkRequestDetails |