| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
InterconnectOutageNotification |
InterconnectOutageNotification.clone() |
InterconnectOutageNotification |
InterconnectOutageNotification.set(String fieldName,
Object value) |
InterconnectOutageNotification |
InterconnectOutageNotification.setAffectedCircuits(List<String> affectedCircuits)
If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
affected.
|
InterconnectOutageNotification |
InterconnectOutageNotification.setDescription(String description)
A description about the purpose of the outage.
|
InterconnectOutageNotification |
InterconnectOutageNotification.setEndTime(Long endTime)
Scheduled end time for the outage (milliseconds since Unix epoch).
|
InterconnectOutageNotification |
InterconnectOutageNotification.setIssueType(String issueType)
Form this outage is expected to take, which can take one of the following values: - OUTAGE: The
Interconnect may be completely out of service for some or all of the specified window.
|
InterconnectOutageNotification |
InterconnectOutageNotification.setName(String name)
Unique identifier for this outage notification.
|
InterconnectOutageNotification |
InterconnectOutageNotification.setSource(String source)
The party that generated this notification, which can take the following value: - GOOGLE: this
notification as generated by Google.
|
InterconnectOutageNotification |
InterconnectOutageNotification.setStartTime(Long startTime)
Scheduled start time for the outage (milliseconds since Unix epoch).
|
InterconnectOutageNotification |
InterconnectOutageNotification.setState(String state)
State of this notification, which can take one of the following values: - ACTIVE: This outage
notification is active.
|
| Modifier and Type | Method and Description |
|---|---|
List<InterconnectOutageNotification> |
Interconnect.getExpectedOutages()
[Output Only] A list of outages expected for this Interconnect.
|
| Modifier and Type | Method and Description |
|---|---|
Interconnect |
Interconnect.setExpectedOutages(List<InterconnectOutageNotification> expectedOutages)
[Output Only] A list of outages expected for this Interconnect.
|
Copyright © 2011–2024 Google. All rights reserved.