Show / Hide Table of Contents

Class AffectedResource

The resource affected by the event described in the announcement.

Inheritance
object
AffectedResource
Inherited Members
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 AffectedResource

Properties

AdditionalProperties

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

Additional properties associated with the resource.

Region

Declaration
[Required(ErrorMessage = "Region is required.")]
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

The region where the affected resource exists.

Remarks

Required

ResourceId

Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

The OCID of the affected resource.

Remarks

Required

ResourceName

Declaration
[Required(ErrorMessage = "ResourceName is required.")]
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type Description
string

The friendly name of the resource.

Remarks

Required

In this article
Back to top