Show / Hide Table of Contents

Class SwitchSnapChannelOnManagedInstanceDetails

Provides the information used to switch snap channel a managed instance. - snapDetails

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

Properties

SnapDetails

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

WorkRequestDetails

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