1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/beta
  6. getPacketMirroring

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.compute/beta.getPacketMirroring

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Returns the specified PacketMirroring resource.

Using getPacketMirroring

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getPacketMirroring(args: GetPacketMirroringArgs, opts?: InvokeOptions): Promise<GetPacketMirroringResult>
function getPacketMirroringOutput(args: GetPacketMirroringOutputArgs, opts?: InvokeOptions): Output<GetPacketMirroringResult>
Copy
def get_packet_mirroring(packet_mirroring: Optional[str] = None,
                         project: Optional[str] = None,
                         region: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetPacketMirroringResult
def get_packet_mirroring_output(packet_mirroring: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         region: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetPacketMirroringResult]
Copy
func LookupPacketMirroring(ctx *Context, args *LookupPacketMirroringArgs, opts ...InvokeOption) (*LookupPacketMirroringResult, error)
func LookupPacketMirroringOutput(ctx *Context, args *LookupPacketMirroringOutputArgs, opts ...InvokeOption) LookupPacketMirroringResultOutput
Copy

> Note: This function is named LookupPacketMirroring in the Go SDK.

public static class GetPacketMirroring 
{
    public static Task<GetPacketMirroringResult> InvokeAsync(GetPacketMirroringArgs args, InvokeOptions? opts = null)
    public static Output<GetPacketMirroringResult> Invoke(GetPacketMirroringInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPacketMirroringResult> getPacketMirroring(GetPacketMirroringArgs args, InvokeOptions options)
public static Output<GetPacketMirroringResult> getPacketMirroring(GetPacketMirroringArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:compute/beta:getPacketMirroring
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PacketMirroring This property is required. string
Region This property is required. string
Project string
PacketMirroring This property is required. string
Region This property is required. string
Project string
packetMirroring This property is required. String
region This property is required. String
project String
packetMirroring This property is required. string
region This property is required. string
project string
packet_mirroring This property is required. str
region This property is required. str
project str
packetMirroring This property is required. String
region This property is required. String
project String

getPacketMirroring Result

The following output properties are available:

CollectorIlb Pulumi.GoogleNative.Compute.Beta.Outputs.PacketMirroringForwardingRuleInfoResponse
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
Enable string
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
Filter Pulumi.GoogleNative.Compute.Beta.Outputs.PacketMirroringFilterResponse
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
Kind string
Type of the resource. Always compute#packetMirroring for packet mirrorings.
MirroredResources Pulumi.GoogleNative.Compute.Beta.Outputs.PacketMirroringMirroredResourceInfoResponse
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
Name string
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Network Pulumi.GoogleNative.Compute.Beta.Outputs.PacketMirroringNetworkInfoResponse
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
Priority int
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
Region string
URI of the region where the packetMirroring resides.
SelfLink string
Server-defined URL for the resource.
CollectorIlb PacketMirroringForwardingRuleInfoResponse
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
Enable string
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
Filter PacketMirroringFilterResponse
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
Kind string
Type of the resource. Always compute#packetMirroring for packet mirrorings.
MirroredResources PacketMirroringMirroredResourceInfoResponse
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
Name string
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Network PacketMirroringNetworkInfoResponse
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
Priority int
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
Region string
URI of the region where the packetMirroring resides.
SelfLink string
Server-defined URL for the resource.
collectorIlb PacketMirroringForwardingRuleInfoResponse
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
enable String
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
filter PacketMirroringFilterResponse
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
kind String
Type of the resource. Always compute#packetMirroring for packet mirrorings.
mirroredResources PacketMirroringMirroredResourceInfoResponse
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
name String
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
network PacketMirroringNetworkInfoResponse
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
priority Integer
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
region String
URI of the region where the packetMirroring resides.
selfLink String
Server-defined URL for the resource.
collectorIlb PacketMirroringForwardingRuleInfoResponse
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
creationTimestamp string
Creation timestamp in RFC3339 text format.
description string
An optional description of this resource. Provide this property when you create the resource.
enable string
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
filter PacketMirroringFilterResponse
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
kind string
Type of the resource. Always compute#packetMirroring for packet mirrorings.
mirroredResources PacketMirroringMirroredResourceInfoResponse
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
name string
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
network PacketMirroringNetworkInfoResponse
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
priority number
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
region string
URI of the region where the packetMirroring resides.
selfLink string
Server-defined URL for the resource.
collector_ilb PacketMirroringForwardingRuleInfoResponse
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
creation_timestamp str
Creation timestamp in RFC3339 text format.
description str
An optional description of this resource. Provide this property when you create the resource.
enable str
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
filter PacketMirroringFilterResponse
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
kind str
Type of the resource. Always compute#packetMirroring for packet mirrorings.
mirrored_resources PacketMirroringMirroredResourceInfoResponse
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
name str
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
network PacketMirroringNetworkInfoResponse
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
priority int
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
region str
URI of the region where the packetMirroring resides.
self_link str
Server-defined URL for the resource.
collectorIlb Property Map
The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
enable String
Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
filter Property Map
Filter for mirrored traffic. If unspecified, all traffic is mirrored.
kind String
Type of the resource. Always compute#packetMirroring for packet mirrorings.
mirroredResources Property Map
PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
name String
Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
network Property Map
Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
priority Number
The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
region String
URI of the region where the packetMirroring resides.
selfLink String
Server-defined URL for the resource.

Supporting Types

PacketMirroringFilterResponse

CidrRanges This property is required. List<string>
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
Direction This property is required. string
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
IpProtocols This property is required. List<string>
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
CidrRanges This property is required. []string
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
Direction This property is required. string
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
IpProtocols This property is required. []string
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
cidrRanges This property is required. List<String>
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
direction This property is required. String
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
ipProtocols This property is required. List<String>
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
cidrRanges This property is required. string[]
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
direction This property is required. string
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
ipProtocols This property is required. string[]
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
cidr_ranges This property is required. Sequence[str]
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
direction This property is required. str
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
ip_protocols This property is required. Sequence[str]
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
cidrRanges This property is required. List<String>
IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
direction This property is required. String
Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
ipProtocols This property is required. List<String>
Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.

PacketMirroringForwardingRuleInfoResponse

CanonicalUrl This property is required. string
Unique identifier for the forwarding rule; defined by the server.
Url This property is required. string
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
CanonicalUrl This property is required. string
Unique identifier for the forwarding rule; defined by the server.
Url This property is required. string
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
canonicalUrl This property is required. String
Unique identifier for the forwarding rule; defined by the server.
url This property is required. String
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
canonicalUrl This property is required. string
Unique identifier for the forwarding rule; defined by the server.
url This property is required. string
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
canonical_url This property is required. str
Unique identifier for the forwarding rule; defined by the server.
url This property is required. str
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
canonicalUrl This property is required. String
Unique identifier for the forwarding rule; defined by the server.
url This property is required. String
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.

PacketMirroringMirroredResourceInfoInstanceInfoResponse

CanonicalUrl This property is required. string
Unique identifier for the instance; defined by the server.
Url This property is required. string
Resource URL to the virtual machine instance which is being mirrored.
CanonicalUrl This property is required. string
Unique identifier for the instance; defined by the server.
Url This property is required. string
Resource URL to the virtual machine instance which is being mirrored.
canonicalUrl This property is required. String
Unique identifier for the instance; defined by the server.
url This property is required. String
Resource URL to the virtual machine instance which is being mirrored.
canonicalUrl This property is required. string
Unique identifier for the instance; defined by the server.
url This property is required. string
Resource URL to the virtual machine instance which is being mirrored.
canonical_url This property is required. str
Unique identifier for the instance; defined by the server.
url This property is required. str
Resource URL to the virtual machine instance which is being mirrored.
canonicalUrl This property is required. String
Unique identifier for the instance; defined by the server.
url This property is required. String
Resource URL to the virtual machine instance which is being mirrored.

PacketMirroringMirroredResourceInfoResponse

Instances This property is required. List<Pulumi.GoogleNative.Compute.Beta.Inputs.PacketMirroringMirroredResourceInfoInstanceInfoResponse>
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 This property is required. List<Pulumi.GoogleNative.Compute.Beta.Inputs.PacketMirroringMirroredResourceInfoSubnetInfoResponse>
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 This property is required. List<string>
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
Instances This property is required. []PacketMirroringMirroredResourceInfoInstanceInfoResponse
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 This property is required. []PacketMirroringMirroredResourceInfoSubnetInfoResponse
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 This property is required. []string
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
instances This property is required. List<PacketMirroringMirroredResourceInfoInstanceInfoResponse>
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 This property is required. List<PacketMirroringMirroredResourceInfoSubnetInfoResponse>
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 This property is required. List<String>
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
instances This property is required. PacketMirroringMirroredResourceInfoInstanceInfoResponse[]
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 This property is required. PacketMirroringMirroredResourceInfoSubnetInfoResponse[]
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 This property is required. string[]
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
instances This property is required. Sequence[PacketMirroringMirroredResourceInfoInstanceInfoResponse]
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 This property is required. Sequence[PacketMirroringMirroredResourceInfoSubnetInfoResponse]
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 This property is required. Sequence[str]
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
instances This property is required. List<Property Map>
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 This property is required. List<Property Map>
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 This property is required. List<String>
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.

PacketMirroringMirroredResourceInfoSubnetInfoResponse

CanonicalUrl This property is required. string
Unique identifier for the subnetwork; defined by the server.
Url This property is required. string
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
CanonicalUrl This property is required. string
Unique identifier for the subnetwork; defined by the server.
Url This property is required. string
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
canonicalUrl This property is required. String
Unique identifier for the subnetwork; defined by the server.
url This property is required. String
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
canonicalUrl This property is required. string
Unique identifier for the subnetwork; defined by the server.
url This property is required. string
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
canonical_url This property is required. str
Unique identifier for the subnetwork; defined by the server.
url This property is required. str
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
canonicalUrl This property is required. String
Unique identifier for the subnetwork; defined by the server.
url This property is required. String
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.

PacketMirroringNetworkInfoResponse

CanonicalUrl This property is required. string
Unique identifier for the network; defined by the server.
Url This property is required. string
URL of the network resource.
CanonicalUrl This property is required. string
Unique identifier for the network; defined by the server.
Url This property is required. string
URL of the network resource.
canonicalUrl This property is required. String
Unique identifier for the network; defined by the server.
url This property is required. String
URL of the network resource.
canonicalUrl This property is required. string
Unique identifier for the network; defined by the server.
url This property is required. string
URL of the network resource.
canonical_url This property is required. str
Unique identifier for the network; defined by the server.
url This property is required. str
URL of the network resource.
canonicalUrl This property is required. String
Unique identifier for the network; defined by the server.
url This property is required. String
URL of the network resource.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi