Compute V1 Client - Class NetworkAttachment (1.7.1)

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

NetworkAttachments A network attachment resource ...

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ connection_endpoints array<Google\Cloud\Compute\V1\NetworkAttachmentConnectedEndpoint>

[Output Only] An array of connections for all the producers connected to this network attachment.

↳ connection_preference string

Check the ConnectionPreference enum for the list of possible values.

↳ creation_timestamp string

[Output Only] Creation timestamp in RFC3339 text format.

↳ description string

An optional description of this resource. Provide this property when you create the resource.

↳ fingerprint string

[Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. An up-to-date fingerprint must be provided in order to patch.

↳ id int|string

[Output Only] The unique identifier for the resource type. The server generates this identifier.

↳ kind string

[Output Only] Type of the resource.

↳ name string

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

↳ network string

[Output Only] The URL of the network which the Network Attachment belongs to.

↳ producer_accept_lists array

Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.

↳ producer_reject_lists array

Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.

↳ region string

[Output Only] URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

↳ self_link string

[Output Only] Server-defined URL for the resource.

↳ self_link_with_id string

[Output Only] Server-defined URL for this resource's resource id.

↳ subnetworks array

An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.

getConnectionEndpoints

[Output Only] An array of connections for all the producers connected to this network attachment.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConnectionEndpoints

[Output Only] An array of connections for all the producers connected to this network attachment.

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\NetworkAttachmentConnectedEndpoint>
Returns
TypeDescription
$this

getConnectionPreference

Check the ConnectionPreference enum for the list of possible values.

Returns
TypeDescription
string

hasConnectionPreference

clearConnectionPreference

setConnectionPreference

Check the ConnectionPreference enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Returns
TypeDescription
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

An optional description of this resource. Provide this property when you create the resource.

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

An optional description of this resource. Provide this property when you create the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFingerprint

[Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. An up-to-date fingerprint must be provided in order to patch.

Returns
TypeDescription
string

hasFingerprint

clearFingerprint

setFingerprint

[Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. An up-to-date fingerprint must be provided in order to patch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

[Output Only] The unique identifier for the resource type. The server generates this identifier.

Returns
TypeDescription
int|string

hasId

clearId

setId

[Output Only] The unique identifier for the resource type. The server generates this identifier.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getKind

[Output Only] Type of the resource.

Returns
TypeDescription
string

hasKind

clearKind

setKind

[Output Only] Type of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Returns
TypeDescription
string

hasName

clearName

setName

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNetwork

[Output Only] The URL of the network which the Network Attachment belongs to.

Returns
TypeDescription
string

hasNetwork

clearNetwork

setNetwork

[Output Only] The URL of the network which the Network Attachment belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProducerAcceptLists

Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProducerAcceptLists

Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getProducerRejectLists

Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProducerRejectLists

Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getRegion

[Output Only] URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

Returns
TypeDescription
string

hasRegion

clearRegion

setRegion

[Output Only] URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

[Output Only] Server-defined URL for the resource.

Returns
TypeDescription
string

[Output Only] Server-defined URL for the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSelfLinkWithId

[Output Only] Server-defined URL for this resource's resource id.

Returns
TypeDescription
string

hasSelfLinkWithId

clearSelfLinkWithId

setSelfLinkWithId

[Output Only] Server-defined URL for this resource's resource id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSubnetworks

An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubnetworks

An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this