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>
Returns
- (::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>
Parameter
- value (::Array<::String>) — If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
Returns
- (::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
Returns
- (::String) — A description about the purpose of the outage.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A description about the purpose of the outage.
Returns
- (::String) — A description about the purpose of the outage.
#end_time
def end_time() -> ::Integer
Returns
- (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
#end_time=
def end_time=(value) -> ::Integer
Parameter
- value (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
Returns
- (::Integer) — Scheduled end time for the outage (milliseconds since Unix epoch).
#issue_type
def issue_type() -> ::String
Returns
- (::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
Parameter
- 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.
Returns
- (::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
Returns
- (::String) — Unique identifier for this outage notification.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Unique identifier for this outage notification.
Returns
- (::String) — Unique identifier for this outage notification.
#source
def source() -> ::String
Returns
- (::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
Parameter
- 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.
Returns
- (::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
Returns
- (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
#start_time=
def start_time=(value) -> ::Integer
Parameter
- value (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
Returns
- (::Integer) — Scheduled start time for the outage (milliseconds since Unix epoch).
#state
def state() -> ::String
Returns
- (::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
Parameter
- 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.
Returns
- (::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.