com.google.cloud.compute.v1.PacketMirroringMirroredResourceInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
The newest version!
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface PacketMirroringMirroredResourceInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PacketMirroringMirroredResourceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* 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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.compute.v1.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;
*
*/
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;
*
*/
java.util.List<
? extends
com.google.cloud.compute.v1.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;
*
*/
com.google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder
getInstancesOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.compute.v1.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;
*
*/
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;
*
*/
java.util.List<
? extends
com.google.cloud.compute.v1.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;
*
*/
com.google.cloud.compute.v1.PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder
getSubnetworksOrBuilder(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;
*
* @return A list containing the tags.
*/
java.util.List 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;
*
* @return The count of tags.
*/
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;
*
* @param index The index of the element to return.
* @return The tags at the given index.
*/
java.lang.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;
*
* @param index The index of the value to return.
* @return The bytes of the tags at the given index.
*/
com.google.protobuf.ByteString getTagsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy