Compute V1 Client - Class InterconnectOutageNotification (1.5.0)

Reference documentation and code samples for the Compute V1 Client class InterconnectOutageNotification.

Description of a planned outage on this Interconnect.

Generated from protobuf message google.cloud.compute.v1.InterconnectOutageNotification

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ affected_circuits array

If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.

↳ description string

A description about the purpose of the outage.

↳ end_time int|string

Scheduled end time for the outage (milliseconds since Unix epoch).

↳ issue_type 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 string

Unique identifier for this outage notification.

↳ source 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 int|string

Scheduled start time for the outage (milliseconds since Unix epoch).

↳ state 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.

getAffectedCircuits

If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.

Generated from protobuf field repeated string affected_circuits = 177717013;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAffectedCircuits

If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.

Generated from protobuf field repeated string affected_circuits = 177717013;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDescription

A description about the purpose of the outage.

Generated from protobuf field optional string description = 422937596;

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

A description about the purpose of the outage.

Generated from protobuf field optional string description = 422937596;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndTime

Scheduled end time for the outage (milliseconds since Unix epoch).

Generated from protobuf field optional int64 end_time = 114938801;

Returns
TypeDescription
int|string

hasEndTime

clearEndTime

setEndTime

Scheduled end time for the outage (milliseconds since Unix epoch).

Generated from protobuf field optional int64 end_time = 114938801;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getIssueType

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.

Generated from protobuf field optional string issue_type = 369639136;

Returns
TypeDescription
string

hasIssueType

clearIssueType

setIssueType

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.

Generated from protobuf field optional string issue_type = 369639136;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

Unique identifier for this outage notification.

Generated from protobuf field optional string name = 3373707;

Returns
TypeDescription
string

hasName

clearName

setName

Unique identifier for this outage notification.

Generated from protobuf field optional string name = 3373707;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSource

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.

Generated from protobuf field optional string source = 177235995;

Returns
TypeDescription
string

hasSource

clearSource

setSource

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.

Generated from protobuf field optional string source = 177235995;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

Scheduled start time for the outage (milliseconds since Unix epoch).

Generated from protobuf field optional int64 start_time = 37467274;

Returns
TypeDescription
int|string

hasStartTime

clearStartTime

setStartTime

Scheduled start time for the outage (milliseconds since Unix epoch).

Generated from protobuf field optional int64 start_time = 37467274;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getState

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.

Generated from protobuf field optional string state = 109757585;

Returns
TypeDescription
string

hasState

clearState

setState

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.

Generated from protobuf field optional string state = 109757585;

Parameter
NameDescription
var string
Returns
TypeDescription
$this