Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-gcp.Go to Latest
upbound/provider-gcp@v0.32.0
ConnectivityTest
networkmanagement.gcp.upbound.io
ConnectivityTest
upbound/provider-gcp@v0.32.0networkmanagement.gcp.upbound.io

ConnectivityTest is the Schema for the ConnectivityTests API. A connectivity test are a static analysis of your resource configurations that enables you to evaluate connectivity to and from Google Cloud resources in your Virtual Private Cloud (VPC) network.

Type

CRD

Group

networkmanagement.gcp.upbound.io

Version

v1beta1

apiVersion: networkmanagement.gcp.upbound.io/v1beta1

kind: ConnectivityTest

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

ConnectivityTestSpec defines the desired state of ConnectivityTest

forProvider
requiredobject
requiredobject

No description provided.

array

Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test. Structure is documented below.

instance
string
object

Reference to a Instance in compute to populate instance.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Instance in compute to populate instance.

policy
object
object

Policies for selection.

resolve
string
ipAddress
string
object

Reference to a Address in compute to populate ipAddress.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Address in compute to populate ipAddress.

policy
object
object

Policies for selection.

resolve
string
network
string
object

Reference to a Network in compute to populate network.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Network in compute to populate network.

policy
object
object

Policies for selection.

resolve
string
port
number
projectId
string
object

Reference to a Address in compute to populate projectId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Address in compute to populate projectId.

policy
object
object

Policies for selection.

resolve
string
labels
object
name
string
project
string
protocol
string
array

Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.

source
array
array

Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test. Structure is documented below.

instance
string
object

Reference to a Instance in compute to populate instance.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Instance in compute to populate instance.

policy
object
object

Policies for selection.

resolve
string
ipAddress
string
object

Reference to a Address in compute to populate ipAddress.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Address in compute to populate ipAddress.

policy
object
object

Policies for selection.

resolve
string
network
string
object

Reference to a Network in compute to populate network.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Network in compute to populate network.

policy
object
object

Policies for selection.

resolve
string
port
number
projectId
string
object

Reference to a Address in compute to populate projectId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Address in compute to populate projectId.

policy
object
object

Policies for selection.

resolve
string
object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

ConnectivityTestStatus defines the observed state of ConnectivityTest.

object

No description provided.

array

Required. Destination specification of the Connectivity Test. You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location. Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information. If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface. A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test. Structure is documented below.

instance
string
ipAddress
string
network
string
port
number
projectId
string
id
string
labels
object
name
string
project
string
protocol
string
array

Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.

source
array
array

Required. Source specification of the Connectivity Test. You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location. Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information. If the source of the test is within an on-premises network, then you must provide the destination VPC network. If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network. A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test. Structure is documented below.

instance
string
ipAddress
string
network
string
port
number
projectId
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.