Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
AffectedResource |
AffectedResource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AffectedResource> |
Announcement.getAffectedResources()
The list of resources, if any, affected by the event described in the announcement.
|
Modifier and Type | Method and Description |
---|---|
AffectedResource.Builder |
AffectedResource.Builder.copy(AffectedResource model) |
Modifier and Type | Method and Description |
---|---|
Announcement.Builder |
Announcement.Builder.affectedResources(List<AffectedResource> affectedResources)
The list of resources, if any, affected by the event described in the announcement.
|
Constructor and Description |
---|
Announcement(String id,
String referenceTicketNumber,
String summary,
String timeOneTitle,
BaseAnnouncement.TimeOneType timeOneType,
Date timeOneValue,
String timeTwoTitle,
BaseAnnouncement.TimeTwoType timeTwoType,
Date timeTwoValue,
List<String> services,
List<String> affectedRegions,
BaseAnnouncement.AnnouncementType announcementType,
BaseAnnouncement.LifecycleState lifecycleState,
Boolean isBanner,
Date timeCreated,
Date timeUpdated,
String environmentName,
BaseAnnouncement.PlatformType platformType,
String chainId,
String description,
String additionalInformation,
List<AffectedResource> affectedResources)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.