Show / Hide Table of Contents

Class InstallSnapsOnManagedInstanceDetails

Provides the information used to install snaps to a managed instance. - snapDetails

Inheritance
object
InstallSnapsOnManagedInstanceDetails
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 InstallSnapsOnManagedInstanceDetails

Properties

SnapDetails

Declaration
[JsonProperty(PropertyName = "snapDetails")]
public List<InstallSnapDetails> SnapDetails { get; set; }
Property Value
Type Description
List<InstallSnapDetails>

The array of snaps to install.

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top