Show / Hide Table of Contents

Class LifecycleProfile

Provides the information for a lifecycle environment registration profile.

Inheritance
object
Profile
LifecycleProfile
Inherited Members
Profile.Id
Profile.CompartmentId
Profile.DisplayName
Profile.Description
Profile.ManagementStationId
Profile.VendorName
Profile.OsFamily
Profile.ArchType
Profile.TimeCreated
Profile.TimeModified
Profile.ProfileVersion
Profile.LifecycleState
Profile.RegistrationType
Profile.IsDefaultProfile
Profile.IsServiceProvidedProfile
Profile.FreeformTags
Profile.DefinedTags
Profile.SystemTags
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 LifecycleProfile : Profile

Properties

LifecycleEnvironment

Declaration
[JsonProperty(PropertyName = "lifecycleEnvironment")]
public LifecycleEnvironmentDetails LifecycleEnvironment { get; set; }
Property Value
Type Description
LifecycleEnvironmentDetails

LifecycleStage

Declaration
[Required(ErrorMessage = "LifecycleStage is required.")]
[JsonProperty(PropertyName = "lifecycleStage")]
public LifecycleStageDetails LifecycleStage { get; set; }
Property Value
Type Description
LifecycleStageDetails
Remarks

Required

In this article
Back to top