Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Profile

Object that defines the registration profile.

Properties

archType

archType: ArchType

The architecture type.

compartmentId

compartmentId: string

The OCID of the compartment that contains the registration profile.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Optional description

description: undefined | string

The description of the registration profile.

displayName

displayName: string

A user-friendly name for the profile.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {@code {"Department": "Finance"}}

id

id: string

The OCID of the registration profile.

Optional isDefaultProfile

isDefaultProfile: undefined | false | true

Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.

Optional isServiceProvidedProfile

isServiceProvidedProfile: undefined | false | true

Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the registration profile.

Optional managementStationId

managementStationId: undefined | string

The OCID of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.

osFamily

osFamily: OsFamily

The operating system family.

profileType

profileType: string

Optional registrationType

registrationType: RegistrationType

The type of instance to register.

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional timeCreated

timeCreated: Date

The time the registration profile was created (in RFC 3339 format).

vendorName

vendorName: VendorName

The vendor of the operating system for the instance.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Profile): object

getJsonObj