Interface PacketMirroringMirroredResourceInfoOrBuilder

    • Method Detail

      • getInstancesList

        List<PacketMirroringMirroredResourceInfoInstanceInfo> getInstancesList()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;
      • getInstances

        PacketMirroringMirroredResourceInfoInstanceInfo getInstances​(int index)
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;
      • getInstancesCount

        int getInstancesCount()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;
      • getInstancesOrBuilderList

        List<? extends PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder> getInstancesOrBuilderList()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;
      • getInstancesOrBuilder

        PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder getInstancesOrBuilder​(int index)
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo instances = 29097598;
      • getSubnetworksList

        List<PacketMirroringMirroredResourceInfoSubnetInfo> getSubnetworksList()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;
      • getSubnetworks

        PacketMirroringMirroredResourceInfoSubnetInfo getSubnetworks​(int index)
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;
      • getSubnetworksCount

        int getSubnetworksCount()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;
      • getSubnetworksOrBuilderList

        List<? extends PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder> getSubnetworksOrBuilderList()
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;
      • getSubnetworksOrBuilder

        PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder getSubnetworksOrBuilder​(int index)
         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.
         
        repeated .google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfo subnetworks = 415853125;
      • getTagsList

        List<String> getTagsList()
         A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
         
        repeated string tags = 3552281;
        Returns:
        A list containing the tags.
      • getTagsCount

        int getTagsCount()
         A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
         
        repeated string tags = 3552281;
        Returns:
        The count of tags.
      • getTags

        String getTags​(int index)
         A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
         
        repeated string tags = 3552281;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
         A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
         
        repeated string tags = 3552281;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.