Show / Hide Table of Contents

Class Announcement

A message about an impactful operational event.

Inheritance
object
BaseAnnouncement
Announcement
Inherited Members
BaseAnnouncement.Id
BaseAnnouncement.ReferenceTicketNumber
BaseAnnouncement.Summary
BaseAnnouncement.TimeOneTitle
BaseAnnouncement.TimeOneType
BaseAnnouncement.TimeOneValue
BaseAnnouncement.TimeTwoTitle
BaseAnnouncement.TimeTwoType
BaseAnnouncement.TimeTwoValue
BaseAnnouncement.Services
BaseAnnouncement.AffectedRegions
BaseAnnouncement.AnnouncementType
BaseAnnouncement.LifecycleState
BaseAnnouncement.IsBanner
BaseAnnouncement.TimeCreated
BaseAnnouncement.TimeUpdated
BaseAnnouncement.EnvironmentName
BaseAnnouncement.PlatformType
BaseAnnouncement.ChainId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AnnouncementsService.Models
Assembly: OCI.DotNetSDK.Announcementsservice.dll
Syntax
public class Announcement : BaseAnnouncement

Properties

AdditionalInformation

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

Additional information about the event, expressed by using Markdown language and included in the details view of an announcement. Additional information might include remediation steps or answers to frequently asked questions. Avoid entering confidential information.

AffectedResources

Declaration
[JsonProperty(PropertyName = "affectedResources")]
public List<AffectedResource> AffectedResources { get; set; }
Property Value
Type Description
List<AffectedResource>

The list of resources, if any, affected by the event described in the announcement.

Description

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

A detailed explanation of the event, expressed by using Markdown language. Avoid entering confidential information.

In this article
Back to top