Show / Hide Table of Contents

Class SwitchSnapChannelDetails

Provides the information used to switch a snap channel.

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

Properties

Channel

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

The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel).

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.

Remarks

Required

In this article
Back to top