Class AffectedResource
The resource affected by the event described in the announcement.
Inherited Members
Namespace: Oci.AnnouncementsService.Models
Assembly: OCI.DotNetSDK.Announcementsservice.dll
Syntax
public class AffectedResourceProperties
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