Compute V1 Client - Class PacketMirroringMirroredResourceInfo (1.5.0)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instances array<Google\Cloud\Compute\V1\PacketMirroringMirroredResourceInfoInstanceInfo>

A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.

↳ subnetworks array<Google\Cloud\Compute\V1\PacketMirroringMirroredResourceInfoSubnetInfo>

A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.

↳ tags array

A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.

getInstances

A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.

Generated from protobuf field repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.

Generated from protobuf field repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;

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

getSubnetworks

A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.

Generated from protobuf field repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubnetworks

A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.

Generated from protobuf field repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;

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

getTags

A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.

Generated from protobuf field repeated string tags = 3552281;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTags

A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.

Generated from protobuf field repeated string tags = 3552281;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this