Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.addAffectedCircuits(String affectedCircuits)
If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
affected.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.addAllAffectedCircuits(List<String> affectedCircuits)
If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
affected.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.clone() |
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.mergeFrom(InterconnectOutageNotification other) |
static InterconnectOutageNotification.Builder |
InterconnectOutageNotification.newBuilder() |
static InterconnectOutageNotification.Builder |
InterconnectOutageNotification.newBuilder(InterconnectOutageNotification prototype) |
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.setDescription(String description)
A description about the purpose of the outage.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.setEndTime(String endTime)
Scheduled end time for the outage (milliseconds since Unix epoch).
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.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.Builder |
InterconnectOutageNotification.Builder.setName(String name)
Unique identifier for this outage notification.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.setSource(String source)
The party that generated this notification, which can take the following value: - GOOGLE:
this notification as generated by Google.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.setStartTime(String startTime)
Scheduled start time for the outage (milliseconds since Unix epoch).
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.Builder.setState(String state)
State of this notification, which can take one of the following values: - ACTIVE: This outage
notification is active.
|
InterconnectOutageNotification.Builder |
InterconnectOutageNotification.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.