Compute V1 Client - Class NetworkAttachmentConnectedEndpoint (1.10.1)

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

[Output Only] A connection connected to this network attachment.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ip_address string

The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.

↳ project_id_or_num string

The project id or number of the interface to which the IP was assigned.

↳ secondary_ip_cidr_ranges array

Alias IP ranges from the same subnetwork.

↳ status string

The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.

↳ subnetwork string

The subnetwork used to assign the IP to the producer instance network interface.

getIpAddress

The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.

Returns
TypeDescription
string

hasIpAddress

clearIpAddress

setIpAddress

The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectIdOrNum

The project id or number of the interface to which the IP was assigned.

Returns
TypeDescription
string

hasProjectIdOrNum

clearProjectIdOrNum

setProjectIdOrNum

The project id or number of the interface to which the IP was assigned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecondaryIpCidrRanges

Alias IP ranges from the same subnetwork.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSecondaryIpCidrRanges

Alias IP ranges from the same subnetwork.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getStatus

The status of a connected endpoint to this network attachment.

Check the Status enum for the list of possible values.

Returns
TypeDescription
string

hasStatus

clearStatus

setStatus

The status of a connected endpoint to this network attachment.

Check the Status enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSubnetwork

The subnetwork used to assign the IP to the producer instance network interface.

Returns
TypeDescription
string

hasSubnetwork

clearSubnetwork

setSubnetwork

The subnetwork used to assign the IP to the producer instance network interface.

Parameter
NameDescription
var string
Returns
TypeDescription
$this