Show / Hide Table of Contents

Class CreateStationProfileDetails

Provides the information used to create the management station profile.

Inheritance
object
CreateProfileDetails
CreateStationProfileDetails
Inherited Members
CreateProfileDetails.DisplayName
CreateProfileDetails.CompartmentId
CreateProfileDetails.Description
CreateProfileDetails.ManagementStationId
CreateProfileDetails.RegistrationType
CreateProfileDetails.IsDefaultProfile
CreateProfileDetails.FreeformTags
CreateProfileDetails.DefinedTags
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 CreateStationProfileDetails : CreateProfileDetails

Properties

ArchType

Declaration
[JsonProperty(PropertyName = "archType")]
[JsonConverter(typeof(StringEnumConverter))]
public ArchType? ArchType { get; set; }
Property Value
Type Description
ArchType?

The architecture type.

OsFamily

Declaration
[JsonProperty(PropertyName = "osFamily")]
[JsonConverter(typeof(StringEnumConverter))]
public OsFamily? OsFamily { get; set; }
Property Value
Type Description
OsFamily?

The operating system family.

VendorName

Declaration
[JsonProperty(PropertyName = "vendorName")]
[JsonConverter(typeof(StringEnumConverter))]
public VendorName? VendorName { get; set; }
Property Value
Type Description
VendorName?

The vendor of the operating system for the instance.

In this article
Back to top