Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectOutageNotification.
Description of a planned outage on this Interconnect.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#affected_circuits
def affected_circuits() -> ::Array<::String>- (::Array<::String>) — If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
#affected_circuits=
def affected_circuits=(value) -> ::Array<::String>- value (::Array<::String>) — If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
- (::Array<::String>) — If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
#description
def description() -> ::String- (::String) — A description about the purpose of the outage.
#description=
def description=(value) -> ::String- value (::String) — A description about the purpose of the outage.
- (::String) — A description about the purpose of the outage.
#end_time
def end_time() -> ::Integer- (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
#end_time=
def end_time=(value) -> ::Integer- value (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
- (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
#issue_type
def issue_type() -> ::String-
(::String) — 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.
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth.
Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values. Check the IssueType enum for the list of possible values.
#issue_type=
def issue_type=(value) -> ::String-
value (::String) — 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.
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth.
Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values. Check the IssueType enum for the list of possible values.
-
(::String) — 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.
- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth.
Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values. Check the IssueType enum for the list of possible values.
#name
def name() -> ::String- (::String) — Unique identifier for this outage notification.
#name=
def name=(value) -> ::String- value (::String) — Unique identifier for this outage notification.
- (::String) — Unique identifier for this outage notification.
#source
def source() -> ::String-
(::String) — The party that generated this notification, which can take the following
value:
- GOOGLE: this notification as generated by Google.
Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. Check the Source enum for the list of possible values.
#source=
def source=(value) -> ::String-
value (::String) — The party that generated this notification, which can take the following
value:
- GOOGLE: this notification as generated by Google.
Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. Check the Source enum for the list of possible values.
-
(::String) — The party that generated this notification, which can take the following
value:
- GOOGLE: this notification as generated by Google.
Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. Check the Source enum for the list of possible values.
#start_time
def start_time() -> ::Integer- (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
#start_time=
def start_time=(value) -> ::Integer- value (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
- (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
#state
def state() -> ::String-
(::String) — State of this notification, which can take one of the following values:
- ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling.
- CANCELLED: The outage associated with this notification was cancelled before the outage was due to start.
- COMPLETED: The outage associated with this notification is complete.
Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values. Check the State enum for the list of possible values.
#state=
def state=(value) -> ::String-
value (::String) — State of this notification, which can take one of the following values:
- ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling.
- CANCELLED: The outage associated with this notification was cancelled before the outage was due to start.
- COMPLETED: The outage associated with this notification is complete.
Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values. Check the State enum for the list of possible values.
-
(::String) — State of this notification, which can take one of the following values:
- ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling.
- CANCELLED: The outage associated with this notification was cancelled before the outage was due to start.
- COMPLETED: The outage associated with this notification is complete.
Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values. Check the State enum for the list of possible values.