Compute V1 Client - Class PacketMirroringMirroredResourceInfoInstanceInfo (1.5.0)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ canonical_url string

[Output Only] Unique identifier for the instance; defined by the server.

↳ url string

Resource URL to the virtual machine instance which is being mirrored.

getCanonicalUrl

[Output Only] Unique identifier for the instance; defined by the server.

Generated from protobuf field optional string canonical_url = 512294820;

Returns
TypeDescription
string

hasCanonicalUrl

clearCanonicalUrl

setCanonicalUrl

[Output Only] Unique identifier for the instance; defined by the server.

Generated from protobuf field optional string canonical_url = 512294820;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUrl

Resource URL to the virtual machine instance which is being mirrored.

Generated from protobuf field optional string url = 116079;

Returns
TypeDescription
string

hasUrl

clearUrl

setUrl

Resource URL to the virtual machine instance which is being mirrored.

Generated from protobuf field optional string url = 116079;

Parameter
NameDescription
var string
Returns
TypeDescription
$this