Interface ComputePacketMirroringMirroredResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputePacketMirroringMirroredResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.645Z") @Stability(Stable) public interface ComputePacketMirroringMirroredResources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputePacketMirroringMirroredResources.BuilderA builder forComputePacketMirroringMirroredResourcesstatic classComputePacketMirroringMirroredResources.Jsii$ProxyAn implementation forComputePacketMirroringMirroredResources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputePacketMirroringMirroredResources.Builderbuilder()default ObjectgetInstances()instances block.default ObjectgetSubnetworks()subnetworks block.default List<String>getTags()All instances with these tags will be mirrored.
-
-
-
Method Detail
-
getInstances
@Stability(Stable) @Nullable default Object getInstances()
instances block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#instances ComputePacketMirroring#instances}
-
getSubnetworks
@Stability(Stable) @Nullable default Object getSubnetworks()
subnetworks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#subnetworks ComputePacketMirroring#subnetworks}
-
getTags
@Stability(Stable) @Nullable default List<String> getTags()
All instances with these tags will be mirrored.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#tags ComputePacketMirroring#tags}
-
builder
@Stability(Stable) static ComputePacketMirroringMirroredResources.Builder builder()
-
-