Class SwitchSnapChannelOnManagedInstanceDetails
Provides the information used to switch snap channel a managed instance. - snapDetails
Inheritance
SwitchSnapChannelOnManagedInstanceDetails
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SwitchSnapChannelOnManagedInstanceDetails
Properties
SnapDetails
Declaration
[JsonProperty(PropertyName = "snapDetails")]
public SwitchSnapChannelDetails SnapDetails { get; set; }
Property Value
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value