v1

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Default case. Should never be this.
	AuditLogConfigLogTypeLogTypeUnspecified = AuditLogConfigLogType("LOG_TYPE_UNSPECIFIED")
	// Admin reads. Example: CloudIAM getIamPolicy
	AuditLogConfigLogTypeAdminRead = AuditLogConfigLogType("ADMIN_READ")
	// Data writes. Example: CloudSQL Users create
	AuditLogConfigLogTypeDataWrite = AuditLogConfigLogType("DATA_WRITE")
	// Data reads. Example: CloudSQL Users list
	AuditLogConfigLogTypeDataRead = AuditLogConfigLogType("DATA_READ")
)
View Source
const (
	// Default type if unspecified.
	EndpointNetworkTypeNetworkTypeUnspecified = EndpointNetworkType("NETWORK_TYPE_UNSPECIFIED")
	// A network hosted within Google Cloud. To receive more detailed output, specify the URI for the source or destination network.
	EndpointNetworkTypeGcpNetwork = EndpointNetworkType("GCP_NETWORK")
	// A network hosted outside of Google Cloud. This can be an on-premises network, or a network hosted by another cloud provider.
	EndpointNetworkTypeNonGcpNetwork = EndpointNetworkType("NON_GCP_NETWORK")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AbortInfoResponse

type AbortInfoResponse struct {
	// Causes that the analysis is aborted.
	Cause string `pulumi:"cause"`
	// List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
	ProjectsMissingPermission []string `pulumi:"projectsMissingPermission"`
	// URI of the resource that caused the abort.
	ResourceUri string `pulumi:"resourceUri"`
}

Details of the final state "abort" and associated resource.

type AbortInfoResponseOutput

type AbortInfoResponseOutput struct{ *pulumi.OutputState }

Details of the final state "abort" and associated resource.

func (AbortInfoResponseOutput) Cause

Causes that the analysis is aborted.

func (AbortInfoResponseOutput) ElementType

func (AbortInfoResponseOutput) ElementType() reflect.Type

func (AbortInfoResponseOutput) ProjectsMissingPermission added in v0.24.0

func (o AbortInfoResponseOutput) ProjectsMissingPermission() pulumi.StringArrayOutput

List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.

func (AbortInfoResponseOutput) ResourceUri

URI of the resource that caused the abort.

func (AbortInfoResponseOutput) ToAbortInfoResponseOutput

func (o AbortInfoResponseOutput) ToAbortInfoResponseOutput() AbortInfoResponseOutput

func (AbortInfoResponseOutput) ToAbortInfoResponseOutputWithContext

func (o AbortInfoResponseOutput) ToAbortInfoResponseOutputWithContext(ctx context.Context) AbortInfoResponseOutput

type AppEngineVersionEndpoint added in v0.28.0

type AppEngineVersionEndpoint struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
	Uri *string `pulumi:"uri"`
}

Wrapper for the App Engine service version attributes.

type AppEngineVersionEndpointArgs added in v0.28.0

type AppEngineVersionEndpointArgs struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
	Uri pulumi.StringPtrInput `pulumi:"uri"`
}

Wrapper for the App Engine service version attributes.

func (AppEngineVersionEndpointArgs) ElementType added in v0.28.0

func (AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointOutput added in v0.28.0

func (i AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointOutput() AppEngineVersionEndpointOutput

func (AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointOutputWithContext added in v0.28.0

func (i AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointOutputWithContext(ctx context.Context) AppEngineVersionEndpointOutput

func (AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointPtrOutput added in v0.28.0

func (i AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointPtrOutput() AppEngineVersionEndpointPtrOutput

func (AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointPtrOutputWithContext added in v0.28.0

func (i AppEngineVersionEndpointArgs) ToAppEngineVersionEndpointPtrOutputWithContext(ctx context.Context) AppEngineVersionEndpointPtrOutput

type AppEngineVersionEndpointInput added in v0.28.0

type AppEngineVersionEndpointInput interface {
	pulumi.Input

	ToAppEngineVersionEndpointOutput() AppEngineVersionEndpointOutput
	ToAppEngineVersionEndpointOutputWithContext(context.Context) AppEngineVersionEndpointOutput
}

AppEngineVersionEndpointInput is an input type that accepts AppEngineVersionEndpointArgs and AppEngineVersionEndpointOutput values. You can construct a concrete instance of `AppEngineVersionEndpointInput` via:

AppEngineVersionEndpointArgs{...}

type AppEngineVersionEndpointOutput added in v0.28.0

type AppEngineVersionEndpointOutput struct{ *pulumi.OutputState }

Wrapper for the App Engine service version attributes.

func (AppEngineVersionEndpointOutput) ElementType added in v0.28.0

func (AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointOutput added in v0.28.0

func (o AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointOutput() AppEngineVersionEndpointOutput

func (AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointOutputWithContext added in v0.28.0

func (o AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointOutputWithContext(ctx context.Context) AppEngineVersionEndpointOutput

func (AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointPtrOutput added in v0.28.0

func (o AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointPtrOutput() AppEngineVersionEndpointPtrOutput

func (AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointPtrOutputWithContext added in v0.28.0

func (o AppEngineVersionEndpointOutput) ToAppEngineVersionEndpointPtrOutputWithContext(ctx context.Context) AppEngineVersionEndpointPtrOutput

func (AppEngineVersionEndpointOutput) Uri added in v0.28.0

An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.

type AppEngineVersionEndpointPtrInput added in v0.28.0

type AppEngineVersionEndpointPtrInput interface {
	pulumi.Input

	ToAppEngineVersionEndpointPtrOutput() AppEngineVersionEndpointPtrOutput
	ToAppEngineVersionEndpointPtrOutputWithContext(context.Context) AppEngineVersionEndpointPtrOutput
}

AppEngineVersionEndpointPtrInput is an input type that accepts AppEngineVersionEndpointArgs, AppEngineVersionEndpointPtr and AppEngineVersionEndpointPtrOutput values. You can construct a concrete instance of `AppEngineVersionEndpointPtrInput` via:

        AppEngineVersionEndpointArgs{...}

or:

        nil

func AppEngineVersionEndpointPtr added in v0.28.0

func AppEngineVersionEndpointPtr(v *AppEngineVersionEndpointArgs) AppEngineVersionEndpointPtrInput

type AppEngineVersionEndpointPtrOutput added in v0.28.0

type AppEngineVersionEndpointPtrOutput struct{ *pulumi.OutputState }

func (AppEngineVersionEndpointPtrOutput) Elem added in v0.28.0

func (AppEngineVersionEndpointPtrOutput) ElementType added in v0.28.0

func (AppEngineVersionEndpointPtrOutput) ToAppEngineVersionEndpointPtrOutput added in v0.28.0

func (o AppEngineVersionEndpointPtrOutput) ToAppEngineVersionEndpointPtrOutput() AppEngineVersionEndpointPtrOutput

func (AppEngineVersionEndpointPtrOutput) ToAppEngineVersionEndpointPtrOutputWithContext added in v0.28.0

func (o AppEngineVersionEndpointPtrOutput) ToAppEngineVersionEndpointPtrOutputWithContext(ctx context.Context) AppEngineVersionEndpointPtrOutput

func (AppEngineVersionEndpointPtrOutput) Uri added in v0.28.0

An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.

type AppEngineVersionEndpointResponse added in v0.28.0

type AppEngineVersionEndpointResponse struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.
	Uri string `pulumi:"uri"`
}

Wrapper for the App Engine service version attributes.

type AppEngineVersionEndpointResponseOutput added in v0.28.0

type AppEngineVersionEndpointResponseOutput struct{ *pulumi.OutputState }

Wrapper for the App Engine service version attributes.

func (AppEngineVersionEndpointResponseOutput) ElementType added in v0.28.0

func (AppEngineVersionEndpointResponseOutput) ToAppEngineVersionEndpointResponseOutput added in v0.28.0

func (o AppEngineVersionEndpointResponseOutput) ToAppEngineVersionEndpointResponseOutput() AppEngineVersionEndpointResponseOutput

func (AppEngineVersionEndpointResponseOutput) ToAppEngineVersionEndpointResponseOutputWithContext added in v0.28.0

func (o AppEngineVersionEndpointResponseOutput) ToAppEngineVersionEndpointResponseOutputWithContext(ctx context.Context) AppEngineVersionEndpointResponseOutput

func (AppEngineVersionEndpointResponseOutput) Uri added in v0.28.0

An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions) name.

type AppEngineVersionInfoResponse added in v0.28.0

type AppEngineVersionInfoResponse struct {
	// Name of an App Engine version.
	DisplayName string `pulumi:"displayName"`
	// App Engine execution environment for a version.
	Environment string `pulumi:"environment"`
	// Runtime of the App Engine version.
	Runtime string `pulumi:"runtime"`
	// URI of an App Engine version.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with an App Engine version.

type AppEngineVersionInfoResponseOutput added in v0.28.0

type AppEngineVersionInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with an App Engine version.

func (AppEngineVersionInfoResponseOutput) DisplayName added in v0.28.0

Name of an App Engine version.

func (AppEngineVersionInfoResponseOutput) ElementType added in v0.28.0

func (AppEngineVersionInfoResponseOutput) Environment added in v0.28.0

App Engine execution environment for a version.

func (AppEngineVersionInfoResponseOutput) Runtime added in v0.28.0

Runtime of the App Engine version.

func (AppEngineVersionInfoResponseOutput) ToAppEngineVersionInfoResponseOutput added in v0.28.0

func (o AppEngineVersionInfoResponseOutput) ToAppEngineVersionInfoResponseOutput() AppEngineVersionInfoResponseOutput

func (AppEngineVersionInfoResponseOutput) ToAppEngineVersionInfoResponseOutputWithContext added in v0.28.0

func (o AppEngineVersionInfoResponseOutput) ToAppEngineVersionInfoResponseOutputWithContext(ctx context.Context) AppEngineVersionInfoResponseOutput

func (AppEngineVersionInfoResponseOutput) Uri added in v0.28.0

URI of an App Engine version.

type AuditConfig

type AuditConfig struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs []AuditLogConfig `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service *string `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

type AuditConfigArgs

type AuditConfigArgs struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs AuditLogConfigArrayInput `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service pulumi.StringPtrInput `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigArgs) ElementType

func (AuditConfigArgs) ElementType() reflect.Type

func (AuditConfigArgs) ToAuditConfigOutput

func (i AuditConfigArgs) ToAuditConfigOutput() AuditConfigOutput

func (AuditConfigArgs) ToAuditConfigOutputWithContext

func (i AuditConfigArgs) ToAuditConfigOutputWithContext(ctx context.Context) AuditConfigOutput

type AuditConfigArray

type AuditConfigArray []AuditConfigInput

func (AuditConfigArray) ElementType

func (AuditConfigArray) ElementType() reflect.Type

func (AuditConfigArray) ToAuditConfigArrayOutput

func (i AuditConfigArray) ToAuditConfigArrayOutput() AuditConfigArrayOutput

func (AuditConfigArray) ToAuditConfigArrayOutputWithContext

func (i AuditConfigArray) ToAuditConfigArrayOutputWithContext(ctx context.Context) AuditConfigArrayOutput

type AuditConfigArrayInput

type AuditConfigArrayInput interface {
	pulumi.Input

	ToAuditConfigArrayOutput() AuditConfigArrayOutput
	ToAuditConfigArrayOutputWithContext(context.Context) AuditConfigArrayOutput
}

AuditConfigArrayInput is an input type that accepts AuditConfigArray and AuditConfigArrayOutput values. You can construct a concrete instance of `AuditConfigArrayInput` via:

AuditConfigArray{ AuditConfigArgs{...} }

type AuditConfigArrayOutput

type AuditConfigArrayOutput struct{ *pulumi.OutputState }

func (AuditConfigArrayOutput) ElementType

func (AuditConfigArrayOutput) ElementType() reflect.Type

func (AuditConfigArrayOutput) Index

func (AuditConfigArrayOutput) ToAuditConfigArrayOutput

func (o AuditConfigArrayOutput) ToAuditConfigArrayOutput() AuditConfigArrayOutput

func (AuditConfigArrayOutput) ToAuditConfigArrayOutputWithContext

func (o AuditConfigArrayOutput) ToAuditConfigArrayOutputWithContext(ctx context.Context) AuditConfigArrayOutput

type AuditConfigInput

type AuditConfigInput interface {
	pulumi.Input

	ToAuditConfigOutput() AuditConfigOutput
	ToAuditConfigOutputWithContext(context.Context) AuditConfigOutput
}

AuditConfigInput is an input type that accepts AuditConfigArgs and AuditConfigOutput values. You can construct a concrete instance of `AuditConfigInput` via:

AuditConfigArgs{...}

type AuditConfigOutput

type AuditConfigOutput struct{ *pulumi.OutputState }

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigOutput) AuditLogConfigs

func (o AuditConfigOutput) AuditLogConfigs() AuditLogConfigArrayOutput

The configuration for logging of each type of permission.

func (AuditConfigOutput) ElementType

func (AuditConfigOutput) ElementType() reflect.Type

func (AuditConfigOutput) Service

Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.

func (AuditConfigOutput) ToAuditConfigOutput

func (o AuditConfigOutput) ToAuditConfigOutput() AuditConfigOutput

func (AuditConfigOutput) ToAuditConfigOutputWithContext

func (o AuditConfigOutput) ToAuditConfigOutputWithContext(ctx context.Context) AuditConfigOutput

type AuditConfigResponse

type AuditConfigResponse struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs []AuditLogConfigResponse `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service string `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

type AuditConfigResponseArrayOutput

type AuditConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (AuditConfigResponseArrayOutput) ElementType

func (AuditConfigResponseArrayOutput) Index

func (AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutput

func (o AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutput() AuditConfigResponseArrayOutput

func (AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutputWithContext

func (o AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutputWithContext(ctx context.Context) AuditConfigResponseArrayOutput

type AuditConfigResponseOutput

type AuditConfigResponseOutput struct{ *pulumi.OutputState }

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigResponseOutput) AuditLogConfigs

The configuration for logging of each type of permission.

func (AuditConfigResponseOutput) ElementType

func (AuditConfigResponseOutput) ElementType() reflect.Type

func (AuditConfigResponseOutput) Service

Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.

func (AuditConfigResponseOutput) ToAuditConfigResponseOutput

func (o AuditConfigResponseOutput) ToAuditConfigResponseOutput() AuditConfigResponseOutput

func (AuditConfigResponseOutput) ToAuditConfigResponseOutputWithContext

func (o AuditConfigResponseOutput) ToAuditConfigResponseOutputWithContext(ctx context.Context) AuditConfigResponseOutput

type AuditLogConfig

type AuditLogConfig struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers []string `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType *AuditLogConfigLogType `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

type AuditLogConfigArgs

type AuditLogConfigArgs struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers pulumi.StringArrayInput `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType AuditLogConfigLogTypePtrInput `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigArgs) ElementType

func (AuditLogConfigArgs) ElementType() reflect.Type

func (AuditLogConfigArgs) ToAuditLogConfigOutput

func (i AuditLogConfigArgs) ToAuditLogConfigOutput() AuditLogConfigOutput

func (AuditLogConfigArgs) ToAuditLogConfigOutputWithContext

func (i AuditLogConfigArgs) ToAuditLogConfigOutputWithContext(ctx context.Context) AuditLogConfigOutput

type AuditLogConfigArray

type AuditLogConfigArray []AuditLogConfigInput

func (AuditLogConfigArray) ElementType

func (AuditLogConfigArray) ElementType() reflect.Type

func (AuditLogConfigArray) ToAuditLogConfigArrayOutput

func (i AuditLogConfigArray) ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput

func (AuditLogConfigArray) ToAuditLogConfigArrayOutputWithContext

func (i AuditLogConfigArray) ToAuditLogConfigArrayOutputWithContext(ctx context.Context) AuditLogConfigArrayOutput

type AuditLogConfigArrayInput

type AuditLogConfigArrayInput interface {
	pulumi.Input

	ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput
	ToAuditLogConfigArrayOutputWithContext(context.Context) AuditLogConfigArrayOutput
}

AuditLogConfigArrayInput is an input type that accepts AuditLogConfigArray and AuditLogConfigArrayOutput values. You can construct a concrete instance of `AuditLogConfigArrayInput` via:

AuditLogConfigArray{ AuditLogConfigArgs{...} }

type AuditLogConfigArrayOutput

type AuditLogConfigArrayOutput struct{ *pulumi.OutputState }

func (AuditLogConfigArrayOutput) ElementType

func (AuditLogConfigArrayOutput) ElementType() reflect.Type

func (AuditLogConfigArrayOutput) Index

func (AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutput

func (o AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput

func (AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutputWithContext

func (o AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutputWithContext(ctx context.Context) AuditLogConfigArrayOutput

type AuditLogConfigInput

type AuditLogConfigInput interface {
	pulumi.Input

	ToAuditLogConfigOutput() AuditLogConfigOutput
	ToAuditLogConfigOutputWithContext(context.Context) AuditLogConfigOutput
}

AuditLogConfigInput is an input type that accepts AuditLogConfigArgs and AuditLogConfigOutput values. You can construct a concrete instance of `AuditLogConfigInput` via:

AuditLogConfigArgs{...}

type AuditLogConfigLogType added in v0.4.0

type AuditLogConfigLogType string

The log type that this config enables.

func (AuditLogConfigLogType) ElementType added in v0.4.0

func (AuditLogConfigLogType) ElementType() reflect.Type

func (AuditLogConfigLogType) ToAuditLogConfigLogTypeOutput added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypeOutputWithContext added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypeOutputWithContext(ctx context.Context) AuditLogConfigLogTypeOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogType) ToStringOutput added in v0.4.0

func (e AuditLogConfigLogType) ToStringOutput() pulumi.StringOutput

func (AuditLogConfigLogType) ToStringOutputWithContext added in v0.4.0

func (e AuditLogConfigLogType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (AuditLogConfigLogType) ToStringPtrOutput added in v0.4.0

func (e AuditLogConfigLogType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AuditLogConfigLogType) ToStringPtrOutputWithContext added in v0.4.0

func (e AuditLogConfigLogType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type AuditLogConfigLogTypeInput added in v0.6.0

type AuditLogConfigLogTypeInput interface {
	pulumi.Input

	ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput
	ToAuditLogConfigLogTypeOutputWithContext(context.Context) AuditLogConfigLogTypeOutput
}

AuditLogConfigLogTypeInput is an input type that accepts AuditLogConfigLogTypeArgs and AuditLogConfigLogTypeOutput values. You can construct a concrete instance of `AuditLogConfigLogTypeInput` via:

AuditLogConfigLogTypeArgs{...}

type AuditLogConfigLogTypeOutput added in v0.6.0

type AuditLogConfigLogTypeOutput struct{ *pulumi.OutputState }

func (AuditLogConfigLogTypeOutput) ElementType added in v0.6.0

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutputWithContext(ctx context.Context) AuditLogConfigLogTypeOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypeOutput) ToStringOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringOutput() pulumi.StringOutput

func (AuditLogConfigLogTypeOutput) ToStringOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (AuditLogConfigLogTypeOutput) ToStringPtrOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (AuditLogConfigLogTypeOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type AuditLogConfigLogTypePtrInput added in v0.6.0

type AuditLogConfigLogTypePtrInput interface {
	pulumi.Input

	ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput
	ToAuditLogConfigLogTypePtrOutputWithContext(context.Context) AuditLogConfigLogTypePtrOutput
}

func AuditLogConfigLogTypePtr added in v0.6.0

func AuditLogConfigLogTypePtr(v string) AuditLogConfigLogTypePtrInput

type AuditLogConfigLogTypePtrOutput added in v0.6.0

type AuditLogConfigLogTypePtrOutput struct{ *pulumi.OutputState }

func (AuditLogConfigLogTypePtrOutput) Elem added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ElementType added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (o AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypePtrOutput) ToStringPtrOutput added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type AuditLogConfigOutput

type AuditLogConfigOutput struct{ *pulumi.OutputState }

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigOutput) ElementType

func (AuditLogConfigOutput) ElementType() reflect.Type

func (AuditLogConfigOutput) ExemptedMembers

func (o AuditLogConfigOutput) ExemptedMembers() pulumi.StringArrayOutput

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

func (AuditLogConfigOutput) LogType

The log type that this config enables.

func (AuditLogConfigOutput) ToAuditLogConfigOutput

func (o AuditLogConfigOutput) ToAuditLogConfigOutput() AuditLogConfigOutput

func (AuditLogConfigOutput) ToAuditLogConfigOutputWithContext

func (o AuditLogConfigOutput) ToAuditLogConfigOutputWithContext(ctx context.Context) AuditLogConfigOutput

type AuditLogConfigResponse

type AuditLogConfigResponse struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers []string `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType string `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

type AuditLogConfigResponseArrayOutput

type AuditLogConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (AuditLogConfigResponseArrayOutput) ElementType

func (AuditLogConfigResponseArrayOutput) Index

func (AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutput

func (o AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutput() AuditLogConfigResponseArrayOutput

func (AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutputWithContext

func (o AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutputWithContext(ctx context.Context) AuditLogConfigResponseArrayOutput

type AuditLogConfigResponseOutput

type AuditLogConfigResponseOutput struct{ *pulumi.OutputState }

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigResponseOutput) ElementType

func (AuditLogConfigResponseOutput) ExemptedMembers

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

func (AuditLogConfigResponseOutput) LogType

The log type that this config enables.

func (AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutput

func (o AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutput() AuditLogConfigResponseOutput

func (AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutputWithContext

func (o AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutputWithContext(ctx context.Context) AuditLogConfigResponseOutput

type Binding

type Binding struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition *Expr `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members []string `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role *string `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

type BindingArgs

type BindingArgs struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition ExprPtrInput `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayInput `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringPtrInput `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

func (BindingArgs) ElementType

func (BindingArgs) ElementType() reflect.Type

func (BindingArgs) ToBindingOutput

func (i BindingArgs) ToBindingOutput() BindingOutput

func (BindingArgs) ToBindingOutputWithContext

func (i BindingArgs) ToBindingOutputWithContext(ctx context.Context) BindingOutput

type BindingArray

type BindingArray []BindingInput

func (BindingArray) ElementType

func (BindingArray) ElementType() reflect.Type

func (BindingArray) ToBindingArrayOutput

func (i BindingArray) ToBindingArrayOutput() BindingArrayOutput

func (BindingArray) ToBindingArrayOutputWithContext

func (i BindingArray) ToBindingArrayOutputWithContext(ctx context.Context) BindingArrayOutput

type BindingArrayInput

type BindingArrayInput interface {
	pulumi.Input

	ToBindingArrayOutput() BindingArrayOutput
	ToBindingArrayOutputWithContext(context.Context) BindingArrayOutput
}

BindingArrayInput is an input type that accepts BindingArray and BindingArrayOutput values. You can construct a concrete instance of `BindingArrayInput` via:

BindingArray{ BindingArgs{...} }

type BindingArrayOutput

type BindingArrayOutput struct{ *pulumi.OutputState }

func (BindingArrayOutput) ElementType

func (BindingArrayOutput) ElementType() reflect.Type

func (BindingArrayOutput) Index

func (BindingArrayOutput) ToBindingArrayOutput

func (o BindingArrayOutput) ToBindingArrayOutput() BindingArrayOutput

func (BindingArrayOutput) ToBindingArrayOutputWithContext

func (o BindingArrayOutput) ToBindingArrayOutputWithContext(ctx context.Context) BindingArrayOutput

type BindingInput

type BindingInput interface {
	pulumi.Input

	ToBindingOutput() BindingOutput
	ToBindingOutputWithContext(context.Context) BindingOutput
}

BindingInput is an input type that accepts BindingArgs and BindingOutput values. You can construct a concrete instance of `BindingInput` via:

BindingArgs{...}

type BindingOutput

type BindingOutput struct{ *pulumi.OutputState }

Associates `members`, or principals, with a `role`.

func (BindingOutput) Condition

func (o BindingOutput) Condition() ExprPtrOutput

The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

func (BindingOutput) ElementType

func (BindingOutput) ElementType() reflect.Type

func (BindingOutput) Members

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (BindingOutput) Role

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (BindingOutput) ToBindingOutput

func (o BindingOutput) ToBindingOutput() BindingOutput

func (BindingOutput) ToBindingOutputWithContext

func (o BindingOutput) ToBindingOutputWithContext(ctx context.Context) BindingOutput

type BindingResponse

type BindingResponse struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition ExprResponse `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members []string `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role string `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

type BindingResponseArrayOutput

type BindingResponseArrayOutput struct{ *pulumi.OutputState }

func (BindingResponseArrayOutput) ElementType

func (BindingResponseArrayOutput) ElementType() reflect.Type

func (BindingResponseArrayOutput) Index

func (BindingResponseArrayOutput) ToBindingResponseArrayOutput

func (o BindingResponseArrayOutput) ToBindingResponseArrayOutput() BindingResponseArrayOutput

func (BindingResponseArrayOutput) ToBindingResponseArrayOutputWithContext

func (o BindingResponseArrayOutput) ToBindingResponseArrayOutputWithContext(ctx context.Context) BindingResponseArrayOutput

type BindingResponseOutput

type BindingResponseOutput struct{ *pulumi.OutputState }

Associates `members`, or principals, with a `role`.

func (BindingResponseOutput) Condition

The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

func (BindingResponseOutput) ElementType

func (BindingResponseOutput) ElementType() reflect.Type

func (BindingResponseOutput) Members

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (BindingResponseOutput) Role

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (BindingResponseOutput) ToBindingResponseOutput

func (o BindingResponseOutput) ToBindingResponseOutput() BindingResponseOutput

func (BindingResponseOutput) ToBindingResponseOutputWithContext

func (o BindingResponseOutput) ToBindingResponseOutputWithContext(ctx context.Context) BindingResponseOutput

type CloudFunctionEndpoint added in v0.24.0

type CloudFunctionEndpoint struct {
	// A [Cloud Function](https://cloud.google.com/functions) name.
	Uri *string `pulumi:"uri"`
}

Wrapper for Cloud Function attributes.

type CloudFunctionEndpointArgs added in v0.24.0

type CloudFunctionEndpointArgs struct {
	// A [Cloud Function](https://cloud.google.com/functions) name.
	Uri pulumi.StringPtrInput `pulumi:"uri"`
}

Wrapper for Cloud Function attributes.

func (CloudFunctionEndpointArgs) ElementType added in v0.24.0

func (CloudFunctionEndpointArgs) ElementType() reflect.Type

func (CloudFunctionEndpointArgs) ToCloudFunctionEndpointOutput added in v0.24.0

func (i CloudFunctionEndpointArgs) ToCloudFunctionEndpointOutput() CloudFunctionEndpointOutput

func (CloudFunctionEndpointArgs) ToCloudFunctionEndpointOutputWithContext added in v0.24.0

func (i CloudFunctionEndpointArgs) ToCloudFunctionEndpointOutputWithContext(ctx context.Context) CloudFunctionEndpointOutput

func (CloudFunctionEndpointArgs) ToCloudFunctionEndpointPtrOutput added in v0.24.0

func (i CloudFunctionEndpointArgs) ToCloudFunctionEndpointPtrOutput() CloudFunctionEndpointPtrOutput

func (CloudFunctionEndpointArgs) ToCloudFunctionEndpointPtrOutputWithContext added in v0.24.0

func (i CloudFunctionEndpointArgs) ToCloudFunctionEndpointPtrOutputWithContext(ctx context.Context) CloudFunctionEndpointPtrOutput

type CloudFunctionEndpointInput added in v0.24.0

type CloudFunctionEndpointInput interface {
	pulumi.Input

	ToCloudFunctionEndpointOutput() CloudFunctionEndpointOutput
	ToCloudFunctionEndpointOutputWithContext(context.Context) CloudFunctionEndpointOutput
}

CloudFunctionEndpointInput is an input type that accepts CloudFunctionEndpointArgs and CloudFunctionEndpointOutput values. You can construct a concrete instance of `CloudFunctionEndpointInput` via:

CloudFunctionEndpointArgs{...}

type CloudFunctionEndpointOutput added in v0.24.0

type CloudFunctionEndpointOutput struct{ *pulumi.OutputState }

Wrapper for Cloud Function attributes.

func (CloudFunctionEndpointOutput) ElementType added in v0.24.0

func (CloudFunctionEndpointOutput) ToCloudFunctionEndpointOutput added in v0.24.0

func (o CloudFunctionEndpointOutput) ToCloudFunctionEndpointOutput() CloudFunctionEndpointOutput

func (CloudFunctionEndpointOutput) ToCloudFunctionEndpointOutputWithContext added in v0.24.0

func (o CloudFunctionEndpointOutput) ToCloudFunctionEndpointOutputWithContext(ctx context.Context) CloudFunctionEndpointOutput

func (CloudFunctionEndpointOutput) ToCloudFunctionEndpointPtrOutput added in v0.24.0

func (o CloudFunctionEndpointOutput) ToCloudFunctionEndpointPtrOutput() CloudFunctionEndpointPtrOutput

func (CloudFunctionEndpointOutput) ToCloudFunctionEndpointPtrOutputWithContext added in v0.24.0

func (o CloudFunctionEndpointOutput) ToCloudFunctionEndpointPtrOutputWithContext(ctx context.Context) CloudFunctionEndpointPtrOutput

func (CloudFunctionEndpointOutput) Uri added in v0.24.0

A [Cloud Function](https://cloud.google.com/functions) name.

type CloudFunctionEndpointPtrInput added in v0.24.0

type CloudFunctionEndpointPtrInput interface {
	pulumi.Input

	ToCloudFunctionEndpointPtrOutput() CloudFunctionEndpointPtrOutput
	ToCloudFunctionEndpointPtrOutputWithContext(context.Context) CloudFunctionEndpointPtrOutput
}

CloudFunctionEndpointPtrInput is an input type that accepts CloudFunctionEndpointArgs, CloudFunctionEndpointPtr and CloudFunctionEndpointPtrOutput values. You can construct a concrete instance of `CloudFunctionEndpointPtrInput` via:

        CloudFunctionEndpointArgs{...}

or:

        nil

func CloudFunctionEndpointPtr added in v0.24.0

func CloudFunctionEndpointPtr(v *CloudFunctionEndpointArgs) CloudFunctionEndpointPtrInput

type CloudFunctionEndpointPtrOutput added in v0.24.0

type CloudFunctionEndpointPtrOutput struct{ *pulumi.OutputState }

func (CloudFunctionEndpointPtrOutput) Elem added in v0.24.0

func (CloudFunctionEndpointPtrOutput) ElementType added in v0.24.0

func (CloudFunctionEndpointPtrOutput) ToCloudFunctionEndpointPtrOutput added in v0.24.0

func (o CloudFunctionEndpointPtrOutput) ToCloudFunctionEndpointPtrOutput() CloudFunctionEndpointPtrOutput

func (CloudFunctionEndpointPtrOutput) ToCloudFunctionEndpointPtrOutputWithContext added in v0.24.0

func (o CloudFunctionEndpointPtrOutput) ToCloudFunctionEndpointPtrOutputWithContext(ctx context.Context) CloudFunctionEndpointPtrOutput

func (CloudFunctionEndpointPtrOutput) Uri added in v0.24.0

A [Cloud Function](https://cloud.google.com/functions) name.

type CloudFunctionEndpointResponse added in v0.24.0

type CloudFunctionEndpointResponse struct {
	// A [Cloud Function](https://cloud.google.com/functions) name.
	Uri string `pulumi:"uri"`
}

Wrapper for Cloud Function attributes.

type CloudFunctionEndpointResponseOutput added in v0.24.0

type CloudFunctionEndpointResponseOutput struct{ *pulumi.OutputState }

Wrapper for Cloud Function attributes.

func (CloudFunctionEndpointResponseOutput) ElementType added in v0.24.0

func (CloudFunctionEndpointResponseOutput) ToCloudFunctionEndpointResponseOutput added in v0.24.0

func (o CloudFunctionEndpointResponseOutput) ToCloudFunctionEndpointResponseOutput() CloudFunctionEndpointResponseOutput

func (CloudFunctionEndpointResponseOutput) ToCloudFunctionEndpointResponseOutputWithContext added in v0.24.0

func (o CloudFunctionEndpointResponseOutput) ToCloudFunctionEndpointResponseOutputWithContext(ctx context.Context) CloudFunctionEndpointResponseOutput

func (CloudFunctionEndpointResponseOutput) Uri added in v0.24.0

A [Cloud Function](https://cloud.google.com/functions) name.

type CloudFunctionInfoResponse added in v0.24.0

type CloudFunctionInfoResponse struct {
	// Name of a Cloud Function.
	DisplayName string `pulumi:"displayName"`
	// Location in which the Cloud Function is deployed.
	Location string `pulumi:"location"`
	// URI of a Cloud Function.
	Uri string `pulumi:"uri"`
	// Latest successfully deployed version id of the Cloud Function.
	VersionId string `pulumi:"versionId"`
}

For display only. Metadata associated with a Cloud Function.

type CloudFunctionInfoResponseOutput added in v0.24.0

type CloudFunctionInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Cloud Function.

func (CloudFunctionInfoResponseOutput) DisplayName added in v0.24.0

Name of a Cloud Function.

func (CloudFunctionInfoResponseOutput) ElementType added in v0.24.0

func (CloudFunctionInfoResponseOutput) Location added in v0.24.0

Location in which the Cloud Function is deployed.

func (CloudFunctionInfoResponseOutput) ToCloudFunctionInfoResponseOutput added in v0.24.0

func (o CloudFunctionInfoResponseOutput) ToCloudFunctionInfoResponseOutput() CloudFunctionInfoResponseOutput

func (CloudFunctionInfoResponseOutput) ToCloudFunctionInfoResponseOutputWithContext added in v0.24.0

func (o CloudFunctionInfoResponseOutput) ToCloudFunctionInfoResponseOutputWithContext(ctx context.Context) CloudFunctionInfoResponseOutput

func (CloudFunctionInfoResponseOutput) Uri added in v0.24.0

URI of a Cloud Function.

func (CloudFunctionInfoResponseOutput) VersionId added in v0.24.0

Latest successfully deployed version id of the Cloud Function.

type CloudRunRevisionEndpoint added in v0.28.0

type CloudRunRevisionEndpoint struct {
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
	Uri *string `pulumi:"uri"`
}

Wrapper for Cloud Run revision attributes.

type CloudRunRevisionEndpointArgs added in v0.28.0

type CloudRunRevisionEndpointArgs struct {
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
	Uri pulumi.StringPtrInput `pulumi:"uri"`
}

Wrapper for Cloud Run revision attributes.

func (CloudRunRevisionEndpointArgs) ElementType added in v0.28.0

func (CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointOutput added in v0.28.0

func (i CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointOutput() CloudRunRevisionEndpointOutput

func (CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointOutputWithContext added in v0.28.0

func (i CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointOutputWithContext(ctx context.Context) CloudRunRevisionEndpointOutput

func (CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointPtrOutput added in v0.28.0

func (i CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointPtrOutput() CloudRunRevisionEndpointPtrOutput

func (CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointPtrOutputWithContext added in v0.28.0

func (i CloudRunRevisionEndpointArgs) ToCloudRunRevisionEndpointPtrOutputWithContext(ctx context.Context) CloudRunRevisionEndpointPtrOutput

type CloudRunRevisionEndpointInput added in v0.28.0

type CloudRunRevisionEndpointInput interface {
	pulumi.Input

	ToCloudRunRevisionEndpointOutput() CloudRunRevisionEndpointOutput
	ToCloudRunRevisionEndpointOutputWithContext(context.Context) CloudRunRevisionEndpointOutput
}

CloudRunRevisionEndpointInput is an input type that accepts CloudRunRevisionEndpointArgs and CloudRunRevisionEndpointOutput values. You can construct a concrete instance of `CloudRunRevisionEndpointInput` via:

CloudRunRevisionEndpointArgs{...}

type CloudRunRevisionEndpointOutput added in v0.28.0

type CloudRunRevisionEndpointOutput struct{ *pulumi.OutputState }

Wrapper for Cloud Run revision attributes.

func (CloudRunRevisionEndpointOutput) ElementType added in v0.28.0

func (CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointOutput added in v0.28.0

func (o CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointOutput() CloudRunRevisionEndpointOutput

func (CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointOutputWithContext added in v0.28.0

func (o CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointOutputWithContext(ctx context.Context) CloudRunRevisionEndpointOutput

func (CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointPtrOutput added in v0.28.0

func (o CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointPtrOutput() CloudRunRevisionEndpointPtrOutput

func (CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointPtrOutputWithContext added in v0.28.0

func (o CloudRunRevisionEndpointOutput) ToCloudRunRevisionEndpointPtrOutputWithContext(ctx context.Context) CloudRunRevisionEndpointPtrOutput

func (CloudRunRevisionEndpointOutput) Uri added in v0.28.0

A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}

type CloudRunRevisionEndpointPtrInput added in v0.28.0

type CloudRunRevisionEndpointPtrInput interface {
	pulumi.Input

	ToCloudRunRevisionEndpointPtrOutput() CloudRunRevisionEndpointPtrOutput
	ToCloudRunRevisionEndpointPtrOutputWithContext(context.Context) CloudRunRevisionEndpointPtrOutput
}

CloudRunRevisionEndpointPtrInput is an input type that accepts CloudRunRevisionEndpointArgs, CloudRunRevisionEndpointPtr and CloudRunRevisionEndpointPtrOutput values. You can construct a concrete instance of `CloudRunRevisionEndpointPtrInput` via:

        CloudRunRevisionEndpointArgs{...}

or:

        nil

func CloudRunRevisionEndpointPtr added in v0.28.0

func CloudRunRevisionEndpointPtr(v *CloudRunRevisionEndpointArgs) CloudRunRevisionEndpointPtrInput

type CloudRunRevisionEndpointPtrOutput added in v0.28.0

type CloudRunRevisionEndpointPtrOutput struct{ *pulumi.OutputState }

func (CloudRunRevisionEndpointPtrOutput) Elem added in v0.28.0

func (CloudRunRevisionEndpointPtrOutput) ElementType added in v0.28.0

func (CloudRunRevisionEndpointPtrOutput) ToCloudRunRevisionEndpointPtrOutput added in v0.28.0

func (o CloudRunRevisionEndpointPtrOutput) ToCloudRunRevisionEndpointPtrOutput() CloudRunRevisionEndpointPtrOutput

func (CloudRunRevisionEndpointPtrOutput) ToCloudRunRevisionEndpointPtrOutputWithContext added in v0.28.0

func (o CloudRunRevisionEndpointPtrOutput) ToCloudRunRevisionEndpointPtrOutputWithContext(ctx context.Context) CloudRunRevisionEndpointPtrOutput

func (CloudRunRevisionEndpointPtrOutput) Uri added in v0.28.0

A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}

type CloudRunRevisionEndpointResponse added in v0.28.0

type CloudRunRevisionEndpointResponse struct {
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
	Uri string `pulumi:"uri"`
}

Wrapper for Cloud Run revision attributes.

type CloudRunRevisionEndpointResponseOutput added in v0.28.0

type CloudRunRevisionEndpointResponseOutput struct{ *pulumi.OutputState }

Wrapper for Cloud Run revision attributes.

func (CloudRunRevisionEndpointResponseOutput) ElementType added in v0.28.0

func (CloudRunRevisionEndpointResponseOutput) ToCloudRunRevisionEndpointResponseOutput added in v0.28.0

func (o CloudRunRevisionEndpointResponseOutput) ToCloudRunRevisionEndpointResponseOutput() CloudRunRevisionEndpointResponseOutput

func (CloudRunRevisionEndpointResponseOutput) ToCloudRunRevisionEndpointResponseOutputWithContext added in v0.28.0

func (o CloudRunRevisionEndpointResponseOutput) ToCloudRunRevisionEndpointResponseOutputWithContext(ctx context.Context) CloudRunRevisionEndpointResponseOutput

func (CloudRunRevisionEndpointResponseOutput) Uri added in v0.28.0

A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}

type CloudRunRevisionInfoResponse added in v0.28.0

type CloudRunRevisionInfoResponse struct {
	// Name of a Cloud Run revision.
	DisplayName string `pulumi:"displayName"`
	// Location in which this revision is deployed.
	Location string `pulumi:"location"`
	// URI of Cloud Run service this revision belongs to.
	ServiceUri string `pulumi:"serviceUri"`
	// URI of a Cloud Run revision.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Cloud Run revision.

type CloudRunRevisionInfoResponseOutput added in v0.28.0

type CloudRunRevisionInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Cloud Run revision.

func (CloudRunRevisionInfoResponseOutput) DisplayName added in v0.28.0

Name of a Cloud Run revision.

func (CloudRunRevisionInfoResponseOutput) ElementType added in v0.28.0

func (CloudRunRevisionInfoResponseOutput) Location added in v0.28.0

Location in which this revision is deployed.

func (CloudRunRevisionInfoResponseOutput) ServiceUri added in v0.28.0

URI of Cloud Run service this revision belongs to.

func (CloudRunRevisionInfoResponseOutput) ToCloudRunRevisionInfoResponseOutput added in v0.28.0

func (o CloudRunRevisionInfoResponseOutput) ToCloudRunRevisionInfoResponseOutput() CloudRunRevisionInfoResponseOutput

func (CloudRunRevisionInfoResponseOutput) ToCloudRunRevisionInfoResponseOutputWithContext added in v0.28.0

func (o CloudRunRevisionInfoResponseOutput) ToCloudRunRevisionInfoResponseOutputWithContext(ctx context.Context) CloudRunRevisionInfoResponseOutput

func (CloudRunRevisionInfoResponseOutput) Uri added in v0.28.0

URI of a Cloud Run revision.

type CloudSQLInstanceInfoResponse

type CloudSQLInstanceInfoResponse struct {
	// Name of a Cloud SQL instance.
	DisplayName string `pulumi:"displayName"`
	// External IP address of a Cloud SQL instance.
	ExternalIp string `pulumi:"externalIp"`
	// Internal IP address of a Cloud SQL instance.
	InternalIp string `pulumi:"internalIp"`
	// URI of a Cloud SQL instance network or empty string if the instance does not have one.
	NetworkUri string `pulumi:"networkUri"`
	// Region in which the Cloud SQL instance is running.
	Region string `pulumi:"region"`
	// URI of a Cloud SQL instance.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Cloud SQL instance.

type CloudSQLInstanceInfoResponseOutput

type CloudSQLInstanceInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Cloud SQL instance.

func (CloudSQLInstanceInfoResponseOutput) DisplayName

Name of a Cloud SQL instance.

func (CloudSQLInstanceInfoResponseOutput) ElementType

func (CloudSQLInstanceInfoResponseOutput) ExternalIp

External IP address of a Cloud SQL instance.

func (CloudSQLInstanceInfoResponseOutput) InternalIp

Internal IP address of a Cloud SQL instance.

func (CloudSQLInstanceInfoResponseOutput) NetworkUri

URI of a Cloud SQL instance network or empty string if the instance does not have one.

func (CloudSQLInstanceInfoResponseOutput) Region

Region in which the Cloud SQL instance is running.

func (CloudSQLInstanceInfoResponseOutput) ToCloudSQLInstanceInfoResponseOutput

func (o CloudSQLInstanceInfoResponseOutput) ToCloudSQLInstanceInfoResponseOutput() CloudSQLInstanceInfoResponseOutput

func (CloudSQLInstanceInfoResponseOutput) ToCloudSQLInstanceInfoResponseOutputWithContext

func (o CloudSQLInstanceInfoResponseOutput) ToCloudSQLInstanceInfoResponseOutputWithContext(ctx context.Context) CloudSQLInstanceInfoResponseOutput

func (CloudSQLInstanceInfoResponseOutput) Uri

URI of a Cloud SQL instance.

type ConnectivityTest

type ConnectivityTest struct {
	pulumi.CustomResourceState

	// The time the test was created.
	CreateTime pulumi.StringOutput `pulumi:"createTime"`
	// The user-supplied description of the Connectivity Test. Maximum of 512 characters.
	Description pulumi.StringOutput `pulumi:"description"`
	// 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.
	Destination EndpointResponseOutput `pulumi:"destination"`
	// The display name of a Connectivity Test.
	DisplayName pulumi.StringOutput `pulumi:"displayName"`
	// Resource labels to represent user-provided metadata.
	Labels pulumi.StringMapOutput `pulumi:"labels"`
	// Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
	Name pulumi.StringOutput `pulumi:"name"`
	// The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
	ProbingDetails ProbingDetailsResponseOutput `pulumi:"probingDetails"`
	Project        pulumi.StringOutput          `pulumi:"project"`
	// IP Protocol of the test. When not provided, "TCP" is assumed.
	Protocol pulumi.StringOutput `pulumi:"protocol"`
	// The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
	ReachabilityDetails ReachabilityDetailsResponseOutput `pulumi:"reachabilityDetails"`
	// Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
	RelatedProjects pulumi.StringArrayOutput `pulumi:"relatedProjects"`
	// 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.
	Source EndpointResponseOutput `pulumi:"source"`
	// Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
	TestId pulumi.StringOutput `pulumi:"testId"`
	// The time the test's configuration was updated.
	UpdateTime pulumi.StringOutput `pulumi:"updateTime"`
}

Creates a new Connectivity Test. After you create a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. If the endpoint specifications in `ConnectivityTest` are invalid (for example, containing non-existent resources in the network, or you don't have read permissions to the network configurations of listed projects), then the reachability result returns a value of `UNKNOWN`. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of AMBIGUOUS. For more information, see the Connectivity Test documentation. Auto-naming is currently not supported for this resource.

func GetConnectivityTest

func GetConnectivityTest(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConnectivityTestState, opts ...pulumi.ResourceOption) (*ConnectivityTest, error)

GetConnectivityTest gets an existing ConnectivityTest resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConnectivityTest

func NewConnectivityTest(ctx *pulumi.Context,
	name string, args *ConnectivityTestArgs, opts ...pulumi.ResourceOption) (*ConnectivityTest, error)

NewConnectivityTest registers a new resource with the given unique name, arguments, and options.

func (*ConnectivityTest) ElementType

func (*ConnectivityTest) ElementType() reflect.Type

func (*ConnectivityTest) ToConnectivityTestOutput

func (i *ConnectivityTest) ToConnectivityTestOutput() ConnectivityTestOutput

func (*ConnectivityTest) ToConnectivityTestOutputWithContext

func (i *ConnectivityTest) ToConnectivityTestOutputWithContext(ctx context.Context) ConnectivityTestOutput

type ConnectivityTestArgs

type ConnectivityTestArgs struct {
	// The user-supplied description of the Connectivity Test. Maximum of 512 characters.
	Description pulumi.StringPtrInput
	// 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.
	Destination EndpointInput
	// Resource labels to represent user-provided metadata.
	Labels pulumi.StringMapInput
	// Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
	Name    pulumi.StringInput
	Project pulumi.StringPtrInput
	// IP Protocol of the test. When not provided, "TCP" is assumed.
	Protocol pulumi.StringPtrInput
	// Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
	RelatedProjects pulumi.StringArrayInput
	// 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.
	Source EndpointInput
	// Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
	TestId pulumi.StringInput
}

The set of arguments for constructing a ConnectivityTest resource.

func (ConnectivityTestArgs) ElementType

func (ConnectivityTestArgs) ElementType() reflect.Type

type ConnectivityTestIamBinding added in v0.26.0

type ConnectivityTestIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetConnectivityTestIamBinding added in v0.26.0

func GetConnectivityTestIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConnectivityTestIamBindingState, opts ...pulumi.ResourceOption) (*ConnectivityTestIamBinding, error)

GetConnectivityTestIamBinding gets an existing ConnectivityTestIamBinding resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConnectivityTestIamBinding added in v0.26.0

func NewConnectivityTestIamBinding(ctx *pulumi.Context,
	name string, args *ConnectivityTestIamBindingArgs, opts ...pulumi.ResourceOption) (*ConnectivityTestIamBinding, error)

NewConnectivityTestIamBinding registers a new resource with the given unique name, arguments, and options.

func (*ConnectivityTestIamBinding) ElementType added in v0.26.0

func (*ConnectivityTestIamBinding) ElementType() reflect.Type

func (*ConnectivityTestIamBinding) ToConnectivityTestIamBindingOutput added in v0.26.0

func (i *ConnectivityTestIamBinding) ToConnectivityTestIamBindingOutput() ConnectivityTestIamBindingOutput

func (*ConnectivityTestIamBinding) ToConnectivityTestIamBindingOutputWithContext added in v0.26.0

func (i *ConnectivityTestIamBinding) ToConnectivityTestIamBindingOutputWithContext(ctx context.Context) ConnectivityTestIamBindingOutput

type ConnectivityTestIamBindingArgs added in v0.26.0

type ConnectivityTestIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a ConnectivityTestIamBinding resource.

func (ConnectivityTestIamBindingArgs) ElementType added in v0.26.0

type ConnectivityTestIamBindingInput added in v0.26.0

type ConnectivityTestIamBindingInput interface {
	pulumi.Input

	ToConnectivityTestIamBindingOutput() ConnectivityTestIamBindingOutput
	ToConnectivityTestIamBindingOutputWithContext(ctx context.Context) ConnectivityTestIamBindingOutput
}

type ConnectivityTestIamBindingOutput added in v0.26.0

type ConnectivityTestIamBindingOutput struct{ *pulumi.OutputState }

func (ConnectivityTestIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (ConnectivityTestIamBindingOutput) ElementType added in v0.26.0

func (ConnectivityTestIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (ConnectivityTestIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (ConnectivityTestIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (ConnectivityTestIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (ConnectivityTestIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (ConnectivityTestIamBindingOutput) ToConnectivityTestIamBindingOutput added in v0.26.0

func (o ConnectivityTestIamBindingOutput) ToConnectivityTestIamBindingOutput() ConnectivityTestIamBindingOutput

func (ConnectivityTestIamBindingOutput) ToConnectivityTestIamBindingOutputWithContext added in v0.26.0

func (o ConnectivityTestIamBindingOutput) ToConnectivityTestIamBindingOutputWithContext(ctx context.Context) ConnectivityTestIamBindingOutput

type ConnectivityTestIamBindingState added in v0.26.0

type ConnectivityTestIamBindingState struct {
}

func (ConnectivityTestIamBindingState) ElementType added in v0.26.0

type ConnectivityTestIamMember added in v0.26.0

type ConnectivityTestIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetConnectivityTestIamMember added in v0.26.0

func GetConnectivityTestIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConnectivityTestIamMemberState, opts ...pulumi.ResourceOption) (*ConnectivityTestIamMember, error)

GetConnectivityTestIamMember gets an existing ConnectivityTestIamMember resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConnectivityTestIamMember added in v0.26.0

func NewConnectivityTestIamMember(ctx *pulumi.Context,
	name string, args *ConnectivityTestIamMemberArgs, opts ...pulumi.ResourceOption) (*ConnectivityTestIamMember, error)

NewConnectivityTestIamMember registers a new resource with the given unique name, arguments, and options.

func (*ConnectivityTestIamMember) ElementType added in v0.26.0

func (*ConnectivityTestIamMember) ElementType() reflect.Type

func (*ConnectivityTestIamMember) ToConnectivityTestIamMemberOutput added in v0.26.0

func (i *ConnectivityTestIamMember) ToConnectivityTestIamMemberOutput() ConnectivityTestIamMemberOutput

func (*ConnectivityTestIamMember) ToConnectivityTestIamMemberOutputWithContext added in v0.26.0

func (i *ConnectivityTestIamMember) ToConnectivityTestIamMemberOutputWithContext(ctx context.Context) ConnectivityTestIamMemberOutput

type ConnectivityTestIamMemberArgs added in v0.26.0

type ConnectivityTestIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a ConnectivityTestIamMember resource.

func (ConnectivityTestIamMemberArgs) ElementType added in v0.26.0

type ConnectivityTestIamMemberInput added in v0.26.0

type ConnectivityTestIamMemberInput interface {
	pulumi.Input

	ToConnectivityTestIamMemberOutput() ConnectivityTestIamMemberOutput
	ToConnectivityTestIamMemberOutputWithContext(ctx context.Context) ConnectivityTestIamMemberOutput
}

type ConnectivityTestIamMemberOutput added in v0.26.0

type ConnectivityTestIamMemberOutput struct{ *pulumi.OutputState }

func (ConnectivityTestIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (ConnectivityTestIamMemberOutput) ElementType added in v0.26.0

func (ConnectivityTestIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (ConnectivityTestIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (ConnectivityTestIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (ConnectivityTestIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (ConnectivityTestIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (ConnectivityTestIamMemberOutput) ToConnectivityTestIamMemberOutput added in v0.26.0

func (o ConnectivityTestIamMemberOutput) ToConnectivityTestIamMemberOutput() ConnectivityTestIamMemberOutput

func (ConnectivityTestIamMemberOutput) ToConnectivityTestIamMemberOutputWithContext added in v0.26.0

func (o ConnectivityTestIamMemberOutput) ToConnectivityTestIamMemberOutputWithContext(ctx context.Context) ConnectivityTestIamMemberOutput

type ConnectivityTestIamMemberState added in v0.26.0

type ConnectivityTestIamMemberState struct {
}

func (ConnectivityTestIamMemberState) ElementType added in v0.26.0

type ConnectivityTestIamPolicy

type ConnectivityTestIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings           BindingResponseArrayOutput `pulumi:"bindings"`
	ConnectivityTestId pulumi.StringOutput        `pulumi:"connectivityTestId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag    pulumi.StringOutput `pulumi:"etag"`
	Project pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetConnectivityTestIamPolicy

func GetConnectivityTestIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConnectivityTestIamPolicyState, opts ...pulumi.ResourceOption) (*ConnectivityTestIamPolicy, error)

GetConnectivityTestIamPolicy gets an existing ConnectivityTestIamPolicy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConnectivityTestIamPolicy

func NewConnectivityTestIamPolicy(ctx *pulumi.Context,
	name string, args *ConnectivityTestIamPolicyArgs, opts ...pulumi.ResourceOption) (*ConnectivityTestIamPolicy, error)

NewConnectivityTestIamPolicy registers a new resource with the given unique name, arguments, and options.

func (*ConnectivityTestIamPolicy) ElementType

func (*ConnectivityTestIamPolicy) ElementType() reflect.Type

func (*ConnectivityTestIamPolicy) ToConnectivityTestIamPolicyOutput

func (i *ConnectivityTestIamPolicy) ToConnectivityTestIamPolicyOutput() ConnectivityTestIamPolicyOutput

func (*ConnectivityTestIamPolicy) ToConnectivityTestIamPolicyOutputWithContext

func (i *ConnectivityTestIamPolicy) ToConnectivityTestIamPolicyOutputWithContext(ctx context.Context) ConnectivityTestIamPolicyOutput

type ConnectivityTestIamPolicyArgs

type ConnectivityTestIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings           BindingArrayInput
	ConnectivityTestId pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a ConnectivityTestIamPolicy resource.

func (ConnectivityTestIamPolicyArgs) ElementType

type ConnectivityTestIamPolicyInput

type ConnectivityTestIamPolicyInput interface {
	pulumi.Input

	ToConnectivityTestIamPolicyOutput() ConnectivityTestIamPolicyOutput
	ToConnectivityTestIamPolicyOutputWithContext(ctx context.Context) ConnectivityTestIamPolicyOutput
}

type ConnectivityTestIamPolicyOutput

type ConnectivityTestIamPolicyOutput struct{ *pulumi.OutputState }

func (ConnectivityTestIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (ConnectivityTestIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (ConnectivityTestIamPolicyOutput) ConnectivityTestId added in v0.21.0

func (o ConnectivityTestIamPolicyOutput) ConnectivityTestId() pulumi.StringOutput

func (ConnectivityTestIamPolicyOutput) ElementType

func (ConnectivityTestIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (ConnectivityTestIamPolicyOutput) Project added in v0.21.0

func (ConnectivityTestIamPolicyOutput) ToConnectivityTestIamPolicyOutput

func (o ConnectivityTestIamPolicyOutput) ToConnectivityTestIamPolicyOutput() ConnectivityTestIamPolicyOutput

func (ConnectivityTestIamPolicyOutput) ToConnectivityTestIamPolicyOutputWithContext

func (o ConnectivityTestIamPolicyOutput) ToConnectivityTestIamPolicyOutputWithContext(ctx context.Context) ConnectivityTestIamPolicyOutput

func (ConnectivityTestIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type ConnectivityTestIamPolicyState

type ConnectivityTestIamPolicyState struct {
}

func (ConnectivityTestIamPolicyState) ElementType

type ConnectivityTestInput

type ConnectivityTestInput interface {
	pulumi.Input

	ToConnectivityTestOutput() ConnectivityTestOutput
	ToConnectivityTestOutputWithContext(ctx context.Context) ConnectivityTestOutput
}

type ConnectivityTestOutput

type ConnectivityTestOutput struct{ *pulumi.OutputState }

func (ConnectivityTestOutput) CreateTime added in v0.19.0

The time the test was created.

func (ConnectivityTestOutput) Description added in v0.19.0

func (o ConnectivityTestOutput) Description() pulumi.StringOutput

The user-supplied description of the Connectivity Test. Maximum of 512 characters.

func (ConnectivityTestOutput) Destination added in v0.19.0

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.

func (ConnectivityTestOutput) DisplayName added in v0.19.0

func (o ConnectivityTestOutput) DisplayName() pulumi.StringOutput

The display name of a Connectivity Test.

func (ConnectivityTestOutput) ElementType

func (ConnectivityTestOutput) ElementType() reflect.Type

func (ConnectivityTestOutput) Labels added in v0.19.0

Resource labels to represent user-provided metadata.

func (ConnectivityTestOutput) Name added in v0.19.0

Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`

func (ConnectivityTestOutput) ProbingDetails added in v0.32.0

The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.

func (ConnectivityTestOutput) Project added in v0.21.0

func (ConnectivityTestOutput) Protocol added in v0.19.0

IP Protocol of the test. When not provided, "TCP" is assumed.

func (ConnectivityTestOutput) ReachabilityDetails added in v0.19.0

The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.

func (ConnectivityTestOutput) RelatedProjects added in v0.19.0

func (o ConnectivityTestOutput) RelatedProjects() pulumi.StringArrayOutput

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

func (ConnectivityTestOutput) Source added in v0.19.0

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.

func (ConnectivityTestOutput) TestId added in v0.21.0

Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project

func (ConnectivityTestOutput) ToConnectivityTestOutput

func (o ConnectivityTestOutput) ToConnectivityTestOutput() ConnectivityTestOutput

func (ConnectivityTestOutput) ToConnectivityTestOutputWithContext

func (o ConnectivityTestOutput) ToConnectivityTestOutputWithContext(ctx context.Context) ConnectivityTestOutput

func (ConnectivityTestOutput) UpdateTime added in v0.19.0

The time the test's configuration was updated.

type ConnectivityTestState

type ConnectivityTestState struct {
}

func (ConnectivityTestState) ElementType

func (ConnectivityTestState) ElementType() reflect.Type

type DeliverInfoResponse

type DeliverInfoResponse struct {
	// URI of the resource that the packet is delivered to.
	ResourceUri string `pulumi:"resourceUri"`
	// Target type where the packet is delivered to.
	Target string `pulumi:"target"`
}

Details of the final state "deliver" and associated resource.

type DeliverInfoResponseOutput

type DeliverInfoResponseOutput struct{ *pulumi.OutputState }

Details of the final state "deliver" and associated resource.

func (DeliverInfoResponseOutput) ElementType

func (DeliverInfoResponseOutput) ElementType() reflect.Type

func (DeliverInfoResponseOutput) ResourceUri

URI of the resource that the packet is delivered to.

func (DeliverInfoResponseOutput) Target

Target type where the packet is delivered to.

func (DeliverInfoResponseOutput) ToDeliverInfoResponseOutput

func (o DeliverInfoResponseOutput) ToDeliverInfoResponseOutput() DeliverInfoResponseOutput

func (DeliverInfoResponseOutput) ToDeliverInfoResponseOutputWithContext

func (o DeliverInfoResponseOutput) ToDeliverInfoResponseOutputWithContext(ctx context.Context) DeliverInfoResponseOutput

type DropInfoResponse

type DropInfoResponse struct {
	// Cause that the packet is dropped.
	Cause string `pulumi:"cause"`
	// URI of the resource that caused the drop.
	ResourceUri string `pulumi:"resourceUri"`
}

Details of the final state "drop" and associated resource.

type DropInfoResponseOutput

type DropInfoResponseOutput struct{ *pulumi.OutputState }

Details of the final state "drop" and associated resource.

func (DropInfoResponseOutput) Cause

Cause that the packet is dropped.

func (DropInfoResponseOutput) ElementType

func (DropInfoResponseOutput) ElementType() reflect.Type

func (DropInfoResponseOutput) ResourceUri

func (o DropInfoResponseOutput) ResourceUri() pulumi.StringOutput

URI of the resource that caused the drop.

func (DropInfoResponseOutput) ToDropInfoResponseOutput

func (o DropInfoResponseOutput) ToDropInfoResponseOutput() DropInfoResponseOutput

func (DropInfoResponseOutput) ToDropInfoResponseOutputWithContext

func (o DropInfoResponseOutput) ToDropInfoResponseOutputWithContext(ctx context.Context) DropInfoResponseOutput

type EdgeLocationResponse added in v0.32.0

type EdgeLocationResponse struct {
	// Name of the metropolitan area.
	MetropolitanArea string `pulumi:"metropolitanArea"`
}

Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations.

type EdgeLocationResponseOutput added in v0.32.0

type EdgeLocationResponseOutput struct{ *pulumi.OutputState }

Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations.

func (EdgeLocationResponseOutput) ElementType added in v0.32.0

func (EdgeLocationResponseOutput) ElementType() reflect.Type

func (EdgeLocationResponseOutput) MetropolitanArea added in v0.32.0

func (o EdgeLocationResponseOutput) MetropolitanArea() pulumi.StringOutput

Name of the metropolitan area.

func (EdgeLocationResponseOutput) ToEdgeLocationResponseOutput added in v0.32.0

func (o EdgeLocationResponseOutput) ToEdgeLocationResponseOutput() EdgeLocationResponseOutput

func (EdgeLocationResponseOutput) ToEdgeLocationResponseOutputWithContext added in v0.32.0

func (o EdgeLocationResponseOutput) ToEdgeLocationResponseOutputWithContext(ctx context.Context) EdgeLocationResponseOutput

type Endpoint

type Endpoint struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
	AppEngineVersion *AppEngineVersionEndpoint `pulumi:"appEngineVersion"`
	// A [Cloud Function](https://cloud.google.com/functions).
	CloudFunction *CloudFunctionEndpoint `pulumi:"cloudFunction"`
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
	CloudRunRevision *CloudRunRevisionEndpoint `pulumi:"cloudRunRevision"`
	// A [Cloud SQL](https://cloud.google.com/sql) instance URI.
	CloudSqlInstance *string `pulumi:"cloudSqlInstance"`
	// A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
	ForwardingRule *string `pulumi:"forwardingRule"`
	// A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
	GkeMasterCluster *string `pulumi:"gkeMasterCluster"`
	// A Compute Engine instance URI.
	Instance *string `pulumi:"instance"`
	// The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
	IpAddress *string `pulumi:"ipAddress"`
	// A Compute Engine network URI.
	Network *string `pulumi:"network"`
	// Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
	NetworkType *EndpointNetworkType `pulumi:"networkType"`
	// The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
	Port *int `pulumi:"port"`
	// Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
	Project *string `pulumi:"project"`
}

Source or destination of the Connectivity Test.

type EndpointArgs

type EndpointArgs struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
	AppEngineVersion AppEngineVersionEndpointPtrInput `pulumi:"appEngineVersion"`
	// A [Cloud Function](https://cloud.google.com/functions).
	CloudFunction CloudFunctionEndpointPtrInput `pulumi:"cloudFunction"`
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
	CloudRunRevision CloudRunRevisionEndpointPtrInput `pulumi:"cloudRunRevision"`
	// A [Cloud SQL](https://cloud.google.com/sql) instance URI.
	CloudSqlInstance pulumi.StringPtrInput `pulumi:"cloudSqlInstance"`
	// A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
	ForwardingRule pulumi.StringPtrInput `pulumi:"forwardingRule"`
	// A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
	GkeMasterCluster pulumi.StringPtrInput `pulumi:"gkeMasterCluster"`
	// A Compute Engine instance URI.
	Instance pulumi.StringPtrInput `pulumi:"instance"`
	// The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
	IpAddress pulumi.StringPtrInput `pulumi:"ipAddress"`
	// A Compute Engine network URI.
	Network pulumi.StringPtrInput `pulumi:"network"`
	// Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
	NetworkType EndpointNetworkTypePtrInput `pulumi:"networkType"`
	// The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
	Port pulumi.IntPtrInput `pulumi:"port"`
	// Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
	Project pulumi.StringPtrInput `pulumi:"project"`
}

Source or destination of the Connectivity Test.

func (EndpointArgs) ElementType

func (EndpointArgs) ElementType() reflect.Type

func (EndpointArgs) ToEndpointOutput

func (i EndpointArgs) ToEndpointOutput() EndpointOutput

func (EndpointArgs) ToEndpointOutputWithContext

func (i EndpointArgs) ToEndpointOutputWithContext(ctx context.Context) EndpointOutput

type EndpointInfoResponse

type EndpointInfoResponse struct {
	// Destination IP address.
	DestinationIp string `pulumi:"destinationIp"`
	// URI of the network where this packet is sent to.
	DestinationNetworkUri string `pulumi:"destinationNetworkUri"`
	// Destination port. Only valid when protocol is TCP or UDP.
	DestinationPort int `pulumi:"destinationPort"`
	// IP protocol in string format, for example: "TCP", "UDP", "ICMP".
	Protocol string `pulumi:"protocol"`
	// URI of the source telemetry agent this packet originates from.
	SourceAgentUri string `pulumi:"sourceAgentUri"`
	// Source IP address.
	SourceIp string `pulumi:"sourceIp"`
	// URI of the network where this packet originates from.
	SourceNetworkUri string `pulumi:"sourceNetworkUri"`
	// Source port. Only valid when protocol is TCP or UDP.
	SourcePort int `pulumi:"sourcePort"`
}

For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.

type EndpointInfoResponseOutput

type EndpointInfoResponseOutput struct{ *pulumi.OutputState }

For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.

func (EndpointInfoResponseOutput) DestinationIp

Destination IP address.

func (EndpointInfoResponseOutput) DestinationNetworkUri

func (o EndpointInfoResponseOutput) DestinationNetworkUri() pulumi.StringOutput

URI of the network where this packet is sent to.

func (EndpointInfoResponseOutput) DestinationPort

func (o EndpointInfoResponseOutput) DestinationPort() pulumi.IntOutput

Destination port. Only valid when protocol is TCP or UDP.

func (EndpointInfoResponseOutput) ElementType

func (EndpointInfoResponseOutput) ElementType() reflect.Type

func (EndpointInfoResponseOutput) Protocol

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

func (EndpointInfoResponseOutput) SourceAgentUri added in v0.32.0

func (o EndpointInfoResponseOutput) SourceAgentUri() pulumi.StringOutput

URI of the source telemetry agent this packet originates from.

func (EndpointInfoResponseOutput) SourceIp

Source IP address.

func (EndpointInfoResponseOutput) SourceNetworkUri

func (o EndpointInfoResponseOutput) SourceNetworkUri() pulumi.StringOutput

URI of the network where this packet originates from.

func (EndpointInfoResponseOutput) SourcePort

Source port. Only valid when protocol is TCP or UDP.

func (EndpointInfoResponseOutput) ToEndpointInfoResponseOutput

func (o EndpointInfoResponseOutput) ToEndpointInfoResponseOutput() EndpointInfoResponseOutput

func (EndpointInfoResponseOutput) ToEndpointInfoResponseOutputWithContext

func (o EndpointInfoResponseOutput) ToEndpointInfoResponseOutputWithContext(ctx context.Context) EndpointInfoResponseOutput

type EndpointInput

type EndpointInput interface {
	pulumi.Input

	ToEndpointOutput() EndpointOutput
	ToEndpointOutputWithContext(context.Context) EndpointOutput
}

EndpointInput is an input type that accepts EndpointArgs and EndpointOutput values. You can construct a concrete instance of `EndpointInput` via:

EndpointArgs{...}

type EndpointNetworkType added in v0.4.0

type EndpointNetworkType string

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

func (EndpointNetworkType) ElementType added in v0.4.0

func (EndpointNetworkType) ElementType() reflect.Type

func (EndpointNetworkType) ToEndpointNetworkTypeOutput added in v0.6.0

func (e EndpointNetworkType) ToEndpointNetworkTypeOutput() EndpointNetworkTypeOutput

func (EndpointNetworkType) ToEndpointNetworkTypeOutputWithContext added in v0.6.0

func (e EndpointNetworkType) ToEndpointNetworkTypeOutputWithContext(ctx context.Context) EndpointNetworkTypeOutput

func (EndpointNetworkType) ToEndpointNetworkTypePtrOutput added in v0.6.0

func (e EndpointNetworkType) ToEndpointNetworkTypePtrOutput() EndpointNetworkTypePtrOutput

func (EndpointNetworkType) ToEndpointNetworkTypePtrOutputWithContext added in v0.6.0

func (e EndpointNetworkType) ToEndpointNetworkTypePtrOutputWithContext(ctx context.Context) EndpointNetworkTypePtrOutput

func (EndpointNetworkType) ToStringOutput added in v0.4.0

func (e EndpointNetworkType) ToStringOutput() pulumi.StringOutput

func (EndpointNetworkType) ToStringOutputWithContext added in v0.4.0

func (e EndpointNetworkType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (EndpointNetworkType) ToStringPtrOutput added in v0.4.0

func (e EndpointNetworkType) ToStringPtrOutput() pulumi.StringPtrOutput

func (EndpointNetworkType) ToStringPtrOutputWithContext added in v0.4.0

func (e EndpointNetworkType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EndpointNetworkTypeInput added in v0.6.0

type EndpointNetworkTypeInput interface {
	pulumi.Input

	ToEndpointNetworkTypeOutput() EndpointNetworkTypeOutput
	ToEndpointNetworkTypeOutputWithContext(context.Context) EndpointNetworkTypeOutput
}

EndpointNetworkTypeInput is an input type that accepts EndpointNetworkTypeArgs and EndpointNetworkTypeOutput values. You can construct a concrete instance of `EndpointNetworkTypeInput` via:

EndpointNetworkTypeArgs{...}

type EndpointNetworkTypeOutput added in v0.6.0

type EndpointNetworkTypeOutput struct{ *pulumi.OutputState }

func (EndpointNetworkTypeOutput) ElementType added in v0.6.0

func (EndpointNetworkTypeOutput) ElementType() reflect.Type

func (EndpointNetworkTypeOutput) ToEndpointNetworkTypeOutput added in v0.6.0

func (o EndpointNetworkTypeOutput) ToEndpointNetworkTypeOutput() EndpointNetworkTypeOutput

func (EndpointNetworkTypeOutput) ToEndpointNetworkTypeOutputWithContext added in v0.6.0

func (o EndpointNetworkTypeOutput) ToEndpointNetworkTypeOutputWithContext(ctx context.Context) EndpointNetworkTypeOutput

func (EndpointNetworkTypeOutput) ToEndpointNetworkTypePtrOutput added in v0.6.0

func (o EndpointNetworkTypeOutput) ToEndpointNetworkTypePtrOutput() EndpointNetworkTypePtrOutput

func (EndpointNetworkTypeOutput) ToEndpointNetworkTypePtrOutputWithContext added in v0.6.0

func (o EndpointNetworkTypeOutput) ToEndpointNetworkTypePtrOutputWithContext(ctx context.Context) EndpointNetworkTypePtrOutput

func (EndpointNetworkTypeOutput) ToStringOutput added in v0.6.0

func (o EndpointNetworkTypeOutput) ToStringOutput() pulumi.StringOutput

func (EndpointNetworkTypeOutput) ToStringOutputWithContext added in v0.6.0

func (o EndpointNetworkTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (EndpointNetworkTypeOutput) ToStringPtrOutput added in v0.6.0

func (o EndpointNetworkTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (EndpointNetworkTypeOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o EndpointNetworkTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EndpointNetworkTypePtrInput added in v0.6.0

type EndpointNetworkTypePtrInput interface {
	pulumi.Input

	ToEndpointNetworkTypePtrOutput() EndpointNetworkTypePtrOutput
	ToEndpointNetworkTypePtrOutputWithContext(context.Context) EndpointNetworkTypePtrOutput
}

func EndpointNetworkTypePtr added in v0.6.0

func EndpointNetworkTypePtr(v string) EndpointNetworkTypePtrInput

type EndpointNetworkTypePtrOutput added in v0.6.0

type EndpointNetworkTypePtrOutput struct{ *pulumi.OutputState }

func (EndpointNetworkTypePtrOutput) Elem added in v0.6.0

func (EndpointNetworkTypePtrOutput) ElementType added in v0.6.0

func (EndpointNetworkTypePtrOutput) ToEndpointNetworkTypePtrOutput added in v0.6.0

func (o EndpointNetworkTypePtrOutput) ToEndpointNetworkTypePtrOutput() EndpointNetworkTypePtrOutput

func (EndpointNetworkTypePtrOutput) ToEndpointNetworkTypePtrOutputWithContext added in v0.6.0

func (o EndpointNetworkTypePtrOutput) ToEndpointNetworkTypePtrOutputWithContext(ctx context.Context) EndpointNetworkTypePtrOutput

func (EndpointNetworkTypePtrOutput) ToStringPtrOutput added in v0.6.0

func (o EndpointNetworkTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (EndpointNetworkTypePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

func (o EndpointNetworkTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type EndpointOutput

type EndpointOutput struct{ *pulumi.OutputState }

Source or destination of the Connectivity Test.

func (EndpointOutput) CloudFunction added in v0.24.0

A [Cloud Function](https://cloud.google.com/functions).

func (EndpointOutput) CloudSqlInstance added in v0.5.0

func (o EndpointOutput) CloudSqlInstance() pulumi.StringPtrOutput

A [Cloud SQL](https://cloud.google.com/sql) instance URI.

func (EndpointOutput) ElementType

func (EndpointOutput) ElementType() reflect.Type

func (EndpointOutput) ForwardingRule added in v0.32.0

func (o EndpointOutput) ForwardingRule() pulumi.StringPtrOutput

A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}

func (EndpointOutput) GkeMasterCluster added in v0.5.0

func (o EndpointOutput) GkeMasterCluster() pulumi.StringPtrOutput

A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).

func (EndpointOutput) Instance

func (o EndpointOutput) Instance() pulumi.StringPtrOutput

A Compute Engine instance URI.

func (EndpointOutput) IpAddress

func (o EndpointOutput) IpAddress() pulumi.StringPtrOutput

The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).

func (EndpointOutput) Network

A Compute Engine network URI.

func (EndpointOutput) NetworkType

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

func (EndpointOutput) Port

The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

func (EndpointOutput) Project added in v0.3.0

Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.

func (EndpointOutput) ToEndpointOutput

func (o EndpointOutput) ToEndpointOutput() EndpointOutput

func (EndpointOutput) ToEndpointOutputWithContext

func (o EndpointOutput) ToEndpointOutputWithContext(ctx context.Context) EndpointOutput

type EndpointResponse

type EndpointResponse struct {
	// An [App Engine](https://cloud.google.com/appengine) [service version](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions).
	AppEngineVersion AppEngineVersionEndpointResponse `pulumi:"appEngineVersion"`
	// A [Cloud Function](https://cloud.google.com/functions).
	CloudFunction CloudFunctionEndpointResponse `pulumi:"cloudFunction"`
	// A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
	CloudRunRevision CloudRunRevisionEndpointResponse `pulumi:"cloudRunRevision"`
	// A [Cloud SQL](https://cloud.google.com/sql) instance URI.
	CloudSqlInstance string `pulumi:"cloudSqlInstance"`
	// A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
	ForwardingRule string `pulumi:"forwardingRule"`
	// Specifies the type of the target of the forwarding rule.
	ForwardingRuleTarget string `pulumi:"forwardingRuleTarget"`
	// A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
	GkeMasterCluster string `pulumi:"gkeMasterCluster"`
	// A Compute Engine instance URI.
	Instance string `pulumi:"instance"`
	// The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
	IpAddress string `pulumi:"ipAddress"`
	// ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
	LoadBalancerId string `pulumi:"loadBalancerId"`
	// Type of the load balancer the forwarding rule points to.
	LoadBalancerType string `pulumi:"loadBalancerType"`
	// A Compute Engine network URI.
	Network string `pulumi:"network"`
	// Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
	NetworkType string `pulumi:"networkType"`
	// The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
	Port int `pulumi:"port"`
	// Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
	Project string `pulumi:"project"`
}

Source or destination of the Connectivity Test.

type EndpointResponseOutput

type EndpointResponseOutput struct{ *pulumi.OutputState }

Source or destination of the Connectivity Test.

func (EndpointResponseOutput) CloudFunction added in v0.24.0

A [Cloud Function](https://cloud.google.com/functions).

func (EndpointResponseOutput) CloudSqlInstance added in v0.5.0

func (o EndpointResponseOutput) CloudSqlInstance() pulumi.StringOutput

A [Cloud SQL](https://cloud.google.com/sql) instance URI.

func (EndpointResponseOutput) ElementType

func (EndpointResponseOutput) ElementType() reflect.Type

func (EndpointResponseOutput) ForwardingRule added in v0.32.0

func (o EndpointResponseOutput) ForwardingRule() pulumi.StringOutput

A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}

func (EndpointResponseOutput) ForwardingRuleTarget added in v0.32.0

func (o EndpointResponseOutput) ForwardingRuleTarget() pulumi.StringOutput

Specifies the type of the target of the forwarding rule.

func (EndpointResponseOutput) GkeMasterCluster added in v0.5.0

func (o EndpointResponseOutput) GkeMasterCluster() pulumi.StringOutput

A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).

func (EndpointResponseOutput) Instance

A Compute Engine instance URI.

func (EndpointResponseOutput) IpAddress

The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).

func (EndpointResponseOutput) LoadBalancerId added in v0.32.0

func (o EndpointResponseOutput) LoadBalancerId() pulumi.StringOutput

ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.

func (EndpointResponseOutput) LoadBalancerType added in v0.32.0

func (o EndpointResponseOutput) LoadBalancerType() pulumi.StringOutput

Type of the load balancer the forwarding rule points to.

func (EndpointResponseOutput) Network

A Compute Engine network URI.

func (EndpointResponseOutput) NetworkType

func (o EndpointResponseOutput) NetworkType() pulumi.StringOutput

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

func (EndpointResponseOutput) Port

The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

func (EndpointResponseOutput) Project added in v0.3.0

Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.

func (EndpointResponseOutput) ToEndpointResponseOutput

func (o EndpointResponseOutput) ToEndpointResponseOutput() EndpointResponseOutput

func (EndpointResponseOutput) ToEndpointResponseOutputWithContext

func (o EndpointResponseOutput) ToEndpointResponseOutputWithContext(ctx context.Context) EndpointResponseOutput

type Expr

type Expr struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description *string `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression *string `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location *string `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title *string `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

type ExprArgs

type ExprArgs struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression pulumi.StringPtrInput `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location pulumi.StringPtrInput `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title pulumi.StringPtrInput `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprArgs) ElementType

func (ExprArgs) ElementType() reflect.Type

func (ExprArgs) ToExprOutput

func (i ExprArgs) ToExprOutput() ExprOutput

func (ExprArgs) ToExprOutputWithContext

func (i ExprArgs) ToExprOutputWithContext(ctx context.Context) ExprOutput

func (ExprArgs) ToExprPtrOutput

func (i ExprArgs) ToExprPtrOutput() ExprPtrOutput

func (ExprArgs) ToExprPtrOutputWithContext

func (i ExprArgs) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprInput

type ExprInput interface {
	pulumi.Input

	ToExprOutput() ExprOutput
	ToExprOutputWithContext(context.Context) ExprOutput
}

ExprInput is an input type that accepts ExprArgs and ExprOutput values. You can construct a concrete instance of `ExprInput` via:

ExprArgs{...}

type ExprOutput

type ExprOutput struct{ *pulumi.OutputState }

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprOutput) Description

func (o ExprOutput) Description() pulumi.StringPtrOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprOutput) ElementType

func (ExprOutput) ElementType() reflect.Type

func (ExprOutput) Expression

func (o ExprOutput) Expression() pulumi.StringPtrOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprOutput) Location

func (o ExprOutput) Location() pulumi.StringPtrOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprOutput) Title

func (o ExprOutput) Title() pulumi.StringPtrOutput

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprOutput) ToExprOutput

func (o ExprOutput) ToExprOutput() ExprOutput

func (ExprOutput) ToExprOutputWithContext

func (o ExprOutput) ToExprOutputWithContext(ctx context.Context) ExprOutput

func (ExprOutput) ToExprPtrOutput

func (o ExprOutput) ToExprPtrOutput() ExprPtrOutput

func (ExprOutput) ToExprPtrOutputWithContext

func (o ExprOutput) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprPtrInput

type ExprPtrInput interface {
	pulumi.Input

	ToExprPtrOutput() ExprPtrOutput
	ToExprPtrOutputWithContext(context.Context) ExprPtrOutput
}

ExprPtrInput is an input type that accepts ExprArgs, ExprPtr and ExprPtrOutput values. You can construct a concrete instance of `ExprPtrInput` via:

        ExprArgs{...}

or:

        nil

func ExprPtr

func ExprPtr(v *ExprArgs) ExprPtrInput

type ExprPtrOutput

type ExprPtrOutput struct{ *pulumi.OutputState }

func (ExprPtrOutput) Description

func (o ExprPtrOutput) Description() pulumi.StringPtrOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprPtrOutput) Elem

func (o ExprPtrOutput) Elem() ExprOutput

func (ExprPtrOutput) ElementType

func (ExprPtrOutput) ElementType() reflect.Type

func (ExprPtrOutput) Expression

func (o ExprPtrOutput) Expression() pulumi.StringPtrOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprPtrOutput) Location

func (o ExprPtrOutput) Location() pulumi.StringPtrOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprPtrOutput) Title

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprPtrOutput) ToExprPtrOutput

func (o ExprPtrOutput) ToExprPtrOutput() ExprPtrOutput

func (ExprPtrOutput) ToExprPtrOutputWithContext

func (o ExprPtrOutput) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprResponse

type ExprResponse struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description string `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression string `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location string `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title string `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

type ExprResponseOutput

type ExprResponseOutput struct{ *pulumi.OutputState }

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprResponseOutput) Description

func (o ExprResponseOutput) Description() pulumi.StringOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprResponseOutput) ElementType

func (ExprResponseOutput) ElementType() reflect.Type

func (ExprResponseOutput) Expression

func (o ExprResponseOutput) Expression() pulumi.StringOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprResponseOutput) Location

func (o ExprResponseOutput) Location() pulumi.StringOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprResponseOutput) Title

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprResponseOutput) ToExprResponseOutput

func (o ExprResponseOutput) ToExprResponseOutput() ExprResponseOutput

func (ExprResponseOutput) ToExprResponseOutputWithContext

func (o ExprResponseOutput) ToExprResponseOutputWithContext(ctx context.Context) ExprResponseOutput

type FirewallInfoResponse

type FirewallInfoResponse struct {
	// Possible values: ALLOW, DENY
	Action string `pulumi:"action"`
	// Possible values: INGRESS, EGRESS
	Direction string `pulumi:"direction"`
	// The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
	DisplayName string `pulumi:"displayName"`
	// The firewall rule's type.
	FirewallRuleType string `pulumi:"firewallRuleType"`
	// The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
	NetworkUri string `pulumi:"networkUri"`
	// The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
	Policy string `pulumi:"policy"`
	// The priority of the firewall rule.
	Priority int `pulumi:"priority"`
	// The target service accounts specified by the firewall rule.
	TargetServiceAccounts []string `pulumi:"targetServiceAccounts"`
	// The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
	TargetTags []string `pulumi:"targetTags"`
	// The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule.

type FirewallInfoResponseOutput

type FirewallInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule.

func (FirewallInfoResponseOutput) Action

Possible values: ALLOW, DENY

func (FirewallInfoResponseOutput) Direction

Possible values: INGRESS, EGRESS

func (FirewallInfoResponseOutput) DisplayName

The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.

func (FirewallInfoResponseOutput) ElementType

func (FirewallInfoResponseOutput) ElementType() reflect.Type

func (FirewallInfoResponseOutput) FirewallRuleType

func (o FirewallInfoResponseOutput) FirewallRuleType() pulumi.StringOutput

The firewall rule's type.

func (FirewallInfoResponseOutput) NetworkUri

The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.

func (FirewallInfoResponseOutput) Policy

The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.

func (FirewallInfoResponseOutput) Priority

The priority of the firewall rule.

func (FirewallInfoResponseOutput) TargetServiceAccounts

func (o FirewallInfoResponseOutput) TargetServiceAccounts() pulumi.StringArrayOutput

The target service accounts specified by the firewall rule.

func (FirewallInfoResponseOutput) TargetTags

The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.

func (FirewallInfoResponseOutput) ToFirewallInfoResponseOutput

func (o FirewallInfoResponseOutput) ToFirewallInfoResponseOutput() FirewallInfoResponseOutput

func (FirewallInfoResponseOutput) ToFirewallInfoResponseOutputWithContext

func (o FirewallInfoResponseOutput) ToFirewallInfoResponseOutputWithContext(ctx context.Context) FirewallInfoResponseOutput

func (FirewallInfoResponseOutput) Uri

The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.

type ForwardInfoResponse

type ForwardInfoResponse struct {
	// URI of the resource that the packet is forwarded to.
	ResourceUri string `pulumi:"resourceUri"`
	// Target type where this packet is forwarded to.
	Target string `pulumi:"target"`
}

Details of the final state "forward" and associated resource.

type ForwardInfoResponseOutput

type ForwardInfoResponseOutput struct{ *pulumi.OutputState }

Details of the final state "forward" and associated resource.

func (ForwardInfoResponseOutput) ElementType

func (ForwardInfoResponseOutput) ElementType() reflect.Type

func (ForwardInfoResponseOutput) ResourceUri

URI of the resource that the packet is forwarded to.

func (ForwardInfoResponseOutput) Target

Target type where this packet is forwarded to.

func (ForwardInfoResponseOutput) ToForwardInfoResponseOutput

func (o ForwardInfoResponseOutput) ToForwardInfoResponseOutput() ForwardInfoResponseOutput

func (ForwardInfoResponseOutput) ToForwardInfoResponseOutputWithContext

func (o ForwardInfoResponseOutput) ToForwardInfoResponseOutputWithContext(ctx context.Context) ForwardInfoResponseOutput

type ForwardingRuleInfoResponse

type ForwardingRuleInfoResponse struct {
	// Name of a Compute Engine forwarding rule.
	DisplayName string `pulumi:"displayName"`
	// Port range defined in the forwarding rule that matches the test.
	MatchedPortRange string `pulumi:"matchedPortRange"`
	// Protocol defined in the forwarding rule that matches the test.
	MatchedProtocol string `pulumi:"matchedProtocol"`
	// Network URI. Only valid for Internal Load Balancer.
	NetworkUri string `pulumi:"networkUri"`
	// Target type of the forwarding rule.
	Target string `pulumi:"target"`
	// URI of a Compute Engine forwarding rule.
	Uri string `pulumi:"uri"`
	// VIP of the forwarding rule.
	Vip string `pulumi:"vip"`
}

For display only. Metadata associated with a Compute Engine forwarding rule.

type ForwardingRuleInfoResponseOutput

type ForwardingRuleInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine forwarding rule.

func (ForwardingRuleInfoResponseOutput) DisplayName

Name of a Compute Engine forwarding rule.

func (ForwardingRuleInfoResponseOutput) ElementType

func (ForwardingRuleInfoResponseOutput) MatchedPortRange

Port range defined in the forwarding rule that matches the test.

func (ForwardingRuleInfoResponseOutput) MatchedProtocol

Protocol defined in the forwarding rule that matches the test.

func (ForwardingRuleInfoResponseOutput) NetworkUri

Network URI. Only valid for Internal Load Balancer.

func (ForwardingRuleInfoResponseOutput) Target

Target type of the forwarding rule.

func (ForwardingRuleInfoResponseOutput) ToForwardingRuleInfoResponseOutput

func (o ForwardingRuleInfoResponseOutput) ToForwardingRuleInfoResponseOutput() ForwardingRuleInfoResponseOutput

func (ForwardingRuleInfoResponseOutput) ToForwardingRuleInfoResponseOutputWithContext

func (o ForwardingRuleInfoResponseOutput) ToForwardingRuleInfoResponseOutputWithContext(ctx context.Context) ForwardingRuleInfoResponseOutput

func (ForwardingRuleInfoResponseOutput) Uri

URI of a Compute Engine forwarding rule.

func (ForwardingRuleInfoResponseOutput) Vip

VIP of the forwarding rule.

type GKEMasterInfoResponse

type GKEMasterInfoResponse struct {
	// URI of a GKE cluster network.
	ClusterNetworkUri string `pulumi:"clusterNetworkUri"`
	// URI of a GKE cluster.
	ClusterUri string `pulumi:"clusterUri"`
	// External IP address of a GKE cluster master.
	ExternalIp string `pulumi:"externalIp"`
	// Internal IP address of a GKE cluster master.
	InternalIp string `pulumi:"internalIp"`
}

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

type GKEMasterInfoResponseOutput

type GKEMasterInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

func (GKEMasterInfoResponseOutput) ClusterNetworkUri

func (o GKEMasterInfoResponseOutput) ClusterNetworkUri() pulumi.StringOutput

URI of a GKE cluster network.

func (GKEMasterInfoResponseOutput) ClusterUri

URI of a GKE cluster.

func (GKEMasterInfoResponseOutput) ElementType

func (GKEMasterInfoResponseOutput) ExternalIp

External IP address of a GKE cluster master.

func (GKEMasterInfoResponseOutput) InternalIp

Internal IP address of a GKE cluster master.

func (GKEMasterInfoResponseOutput) ToGKEMasterInfoResponseOutput

func (o GKEMasterInfoResponseOutput) ToGKEMasterInfoResponseOutput() GKEMasterInfoResponseOutput

func (GKEMasterInfoResponseOutput) ToGKEMasterInfoResponseOutputWithContext

func (o GKEMasterInfoResponseOutput) ToGKEMasterInfoResponseOutputWithContext(ctx context.Context) GKEMasterInfoResponseOutput

type GoogleServiceInfoResponse added in v0.32.0

type GoogleServiceInfoResponse struct {
	// Recognized type of a Google Service.
	GoogleServiceType string `pulumi:"googleServiceType"`
	// Source IP address.
	SourceIp string `pulumi:"sourceIp"`
}

For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths

type GoogleServiceInfoResponseOutput added in v0.32.0

type GoogleServiceInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths

func (GoogleServiceInfoResponseOutput) ElementType added in v0.32.0

func (GoogleServiceInfoResponseOutput) GoogleServiceType added in v0.32.0

func (o GoogleServiceInfoResponseOutput) GoogleServiceType() pulumi.StringOutput

Recognized type of a Google Service.

func (GoogleServiceInfoResponseOutput) SourceIp added in v0.32.0

Source IP address.

func (GoogleServiceInfoResponseOutput) ToGoogleServiceInfoResponseOutput added in v0.32.0

func (o GoogleServiceInfoResponseOutput) ToGoogleServiceInfoResponseOutput() GoogleServiceInfoResponseOutput

func (GoogleServiceInfoResponseOutput) ToGoogleServiceInfoResponseOutputWithContext added in v0.32.0

func (o GoogleServiceInfoResponseOutput) ToGoogleServiceInfoResponseOutputWithContext(ctx context.Context) GoogleServiceInfoResponseOutput

type InstanceInfoResponse

type InstanceInfoResponse struct {
	// Name of a Compute Engine instance.
	DisplayName string `pulumi:"displayName"`
	// External IP address of the network interface.
	ExternalIp string `pulumi:"externalIp"`
	// Name of the network interface of a Compute Engine instance.
	Interface string `pulumi:"interface"`
	// Internal IP address of the network interface.
	InternalIp string `pulumi:"internalIp"`
	// Network tags configured on the instance.
	NetworkTags []string `pulumi:"networkTags"`
	// URI of a Compute Engine network.
	NetworkUri string `pulumi:"networkUri"`
	// Service account authorized for the instance.
	ServiceAccount string `pulumi:"serviceAccount"`
	// URI of a Compute Engine instance.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Compute Engine instance.

type InstanceInfoResponseOutput

type InstanceInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine instance.

func (InstanceInfoResponseOutput) DisplayName

Name of a Compute Engine instance.

func (InstanceInfoResponseOutput) ElementType

func (InstanceInfoResponseOutput) ElementType() reflect.Type

func (InstanceInfoResponseOutput) ExternalIp

External IP address of the network interface.

func (InstanceInfoResponseOutput) Interface

Name of the network interface of a Compute Engine instance.

func (InstanceInfoResponseOutput) InternalIp

Internal IP address of the network interface.

func (InstanceInfoResponseOutput) NetworkTags

Network tags configured on the instance.

func (InstanceInfoResponseOutput) NetworkUri

URI of a Compute Engine network.

func (InstanceInfoResponseOutput) ServiceAccount

func (o InstanceInfoResponseOutput) ServiceAccount() pulumi.StringOutput

Service account authorized for the instance.

func (InstanceInfoResponseOutput) ToInstanceInfoResponseOutput

func (o InstanceInfoResponseOutput) ToInstanceInfoResponseOutput() InstanceInfoResponseOutput

func (InstanceInfoResponseOutput) ToInstanceInfoResponseOutputWithContext

func (o InstanceInfoResponseOutput) ToInstanceInfoResponseOutputWithContext(ctx context.Context) InstanceInfoResponseOutput

func (InstanceInfoResponseOutput) Uri

URI of a Compute Engine instance.

type LatencyDistributionResponse added in v0.32.0

type LatencyDistributionResponse struct {
	// Representative latency percentiles.
	LatencyPercentiles []LatencyPercentileResponse `pulumi:"latencyPercentiles"`
}

Describes measured latency distribution.

type LatencyDistributionResponseOutput added in v0.32.0

type LatencyDistributionResponseOutput struct{ *pulumi.OutputState }

Describes measured latency distribution.

func (LatencyDistributionResponseOutput) ElementType added in v0.32.0

func (LatencyDistributionResponseOutput) LatencyPercentiles added in v0.32.0

Representative latency percentiles.

func (LatencyDistributionResponseOutput) ToLatencyDistributionResponseOutput added in v0.32.0

func (o LatencyDistributionResponseOutput) ToLatencyDistributionResponseOutput() LatencyDistributionResponseOutput

func (LatencyDistributionResponseOutput) ToLatencyDistributionResponseOutputWithContext added in v0.32.0

func (o LatencyDistributionResponseOutput) ToLatencyDistributionResponseOutputWithContext(ctx context.Context) LatencyDistributionResponseOutput

type LatencyPercentileResponse added in v0.32.0

type LatencyPercentileResponse struct {
	// percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.
	LatencyMicros string `pulumi:"latencyMicros"`
	// Percentage of samples this data point applies to.
	Percent int `pulumi:"percent"`
}

Latency percentile rank and value.

type LatencyPercentileResponseArrayOutput added in v0.32.0

type LatencyPercentileResponseArrayOutput struct{ *pulumi.OutputState }

func (LatencyPercentileResponseArrayOutput) ElementType added in v0.32.0

func (LatencyPercentileResponseArrayOutput) Index added in v0.32.0

func (LatencyPercentileResponseArrayOutput) ToLatencyPercentileResponseArrayOutput added in v0.32.0

func (o LatencyPercentileResponseArrayOutput) ToLatencyPercentileResponseArrayOutput() LatencyPercentileResponseArrayOutput

func (LatencyPercentileResponseArrayOutput) ToLatencyPercentileResponseArrayOutputWithContext added in v0.32.0

func (o LatencyPercentileResponseArrayOutput) ToLatencyPercentileResponseArrayOutputWithContext(ctx context.Context) LatencyPercentileResponseArrayOutput

type LatencyPercentileResponseOutput added in v0.32.0

type LatencyPercentileResponseOutput struct{ *pulumi.OutputState }

Latency percentile rank and value.

func (LatencyPercentileResponseOutput) ElementType added in v0.32.0

func (LatencyPercentileResponseOutput) LatencyMicros added in v0.32.0

percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.

func (LatencyPercentileResponseOutput) Percent added in v0.32.0

Percentage of samples this data point applies to.

func (LatencyPercentileResponseOutput) ToLatencyPercentileResponseOutput added in v0.32.0

func (o LatencyPercentileResponseOutput) ToLatencyPercentileResponseOutput() LatencyPercentileResponseOutput

func (LatencyPercentileResponseOutput) ToLatencyPercentileResponseOutputWithContext added in v0.32.0

func (o LatencyPercentileResponseOutput) ToLatencyPercentileResponseOutputWithContext(ctx context.Context) LatencyPercentileResponseOutput

type LoadBalancerBackendResponse

type LoadBalancerBackendResponse struct {
	// Name of a Compute Engine instance or network endpoint.
	DisplayName string `pulumi:"displayName"`
	// A list of firewall rule URIs allowing probes from health check IP ranges.
	HealthCheckAllowingFirewallRules []string `pulumi:"healthCheckAllowingFirewallRules"`
	// A list of firewall rule URIs blocking probes from health check IP ranges.
	HealthCheckBlockingFirewallRules []string `pulumi:"healthCheckBlockingFirewallRules"`
	// State of the health check firewall configuration.
	HealthCheckFirewallState string `pulumi:"healthCheckFirewallState"`
	// URI of a Compute Engine instance or network endpoint.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a specific load balancer backend.

type LoadBalancerBackendResponseArrayOutput

type LoadBalancerBackendResponseArrayOutput struct{ *pulumi.OutputState }

func (LoadBalancerBackendResponseArrayOutput) ElementType

func (LoadBalancerBackendResponseArrayOutput) Index

func (LoadBalancerBackendResponseArrayOutput) ToLoadBalancerBackendResponseArrayOutput

func (o LoadBalancerBackendResponseArrayOutput) ToLoadBalancerBackendResponseArrayOutput() LoadBalancerBackendResponseArrayOutput

func (LoadBalancerBackendResponseArrayOutput) ToLoadBalancerBackendResponseArrayOutputWithContext

func (o LoadBalancerBackendResponseArrayOutput) ToLoadBalancerBackendResponseArrayOutputWithContext(ctx context.Context) LoadBalancerBackendResponseArrayOutput

type LoadBalancerBackendResponseOutput

type LoadBalancerBackendResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a specific load balancer backend.

func (LoadBalancerBackendResponseOutput) DisplayName

Name of a Compute Engine instance or network endpoint.

func (LoadBalancerBackendResponseOutput) ElementType

func (LoadBalancerBackendResponseOutput) HealthCheckAllowingFirewallRules

func (o LoadBalancerBackendResponseOutput) HealthCheckAllowingFirewallRules() pulumi.StringArrayOutput

A list of firewall rule URIs allowing probes from health check IP ranges.

func (LoadBalancerBackendResponseOutput) HealthCheckBlockingFirewallRules

func (o LoadBalancerBackendResponseOutput) HealthCheckBlockingFirewallRules() pulumi.StringArrayOutput

A list of firewall rule URIs blocking probes from health check IP ranges.

func (LoadBalancerBackendResponseOutput) HealthCheckFirewallState

func (o LoadBalancerBackendResponseOutput) HealthCheckFirewallState() pulumi.StringOutput

State of the health check firewall configuration.

func (LoadBalancerBackendResponseOutput) ToLoadBalancerBackendResponseOutput

func (o LoadBalancerBackendResponseOutput) ToLoadBalancerBackendResponseOutput() LoadBalancerBackendResponseOutput

func (LoadBalancerBackendResponseOutput) ToLoadBalancerBackendResponseOutputWithContext

func (o LoadBalancerBackendResponseOutput) ToLoadBalancerBackendResponseOutputWithContext(ctx context.Context) LoadBalancerBackendResponseOutput

func (LoadBalancerBackendResponseOutput) Uri

URI of a Compute Engine instance or network endpoint.

type LoadBalancerInfoResponse

type LoadBalancerInfoResponse struct {
	// Type of load balancer's backend configuration.
	BackendType string `pulumi:"backendType"`
	// Backend configuration URI.
	BackendUri string `pulumi:"backendUri"`
	// Information for the loadbalancer backends.
	Backends []LoadBalancerBackendResponse `pulumi:"backends"`
	// URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.
	//
	// Deprecated: URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.
	HealthCheckUri string `pulumi:"healthCheckUri"`
	// Type of the load balancer.
	LoadBalancerType string `pulumi:"loadBalancerType"`
}

For display only. Metadata associated with a load balancer.

type LoadBalancerInfoResponseOutput

type LoadBalancerInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a load balancer.

func (LoadBalancerInfoResponseOutput) BackendType

Type of load balancer's backend configuration.

func (LoadBalancerInfoResponseOutput) BackendUri

Backend configuration URI.

func (LoadBalancerInfoResponseOutput) Backends

Information for the loadbalancer backends.

func (LoadBalancerInfoResponseOutput) ElementType

func (LoadBalancerInfoResponseOutput) HealthCheckUri deprecated

URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.

Deprecated: URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.

func (LoadBalancerInfoResponseOutput) LoadBalancerType

func (o LoadBalancerInfoResponseOutput) LoadBalancerType() pulumi.StringOutput

Type of the load balancer.

func (LoadBalancerInfoResponseOutput) ToLoadBalancerInfoResponseOutput

func (o LoadBalancerInfoResponseOutput) ToLoadBalancerInfoResponseOutput() LoadBalancerInfoResponseOutput

func (LoadBalancerInfoResponseOutput) ToLoadBalancerInfoResponseOutputWithContext

func (o LoadBalancerInfoResponseOutput) ToLoadBalancerInfoResponseOutputWithContext(ctx context.Context) LoadBalancerInfoResponseOutput

type LookupConnectivityTestArgs added in v0.4.0

type LookupConnectivityTestArgs struct {
	ConnectivityTestId string  `pulumi:"connectivityTestId"`
	Project            *string `pulumi:"project"`
}

type LookupConnectivityTestIamPolicyArgs added in v0.4.0

type LookupConnectivityTestIamPolicyArgs struct {
	ConnectivityTestId            string  `pulumi:"connectivityTestId"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupConnectivityTestIamPolicyOutputArgs added in v0.8.0

type LookupConnectivityTestIamPolicyOutputArgs struct {
	ConnectivityTestId            pulumi.StringInput    `pulumi:"connectivityTestId"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupConnectivityTestIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupConnectivityTestIamPolicyResult added in v0.4.0

type LookupConnectivityTestIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupConnectivityTestIamPolicy added in v0.4.0

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupConnectivityTestIamPolicyResultOutput added in v0.8.0

type LookupConnectivityTestIamPolicyResultOutput struct{ *pulumi.OutputState }

func (LookupConnectivityTestIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupConnectivityTestIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupConnectivityTestIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupConnectivityTestIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupConnectivityTestIamPolicyResultOutput) ToLookupConnectivityTestIamPolicyResultOutput added in v0.8.0

func (o LookupConnectivityTestIamPolicyResultOutput) ToLookupConnectivityTestIamPolicyResultOutput() LookupConnectivityTestIamPolicyResultOutput

func (LookupConnectivityTestIamPolicyResultOutput) ToLookupConnectivityTestIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupConnectivityTestIamPolicyResultOutput) ToLookupConnectivityTestIamPolicyResultOutputWithContext(ctx context.Context) LookupConnectivityTestIamPolicyResultOutput

func (LookupConnectivityTestIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupConnectivityTestOutputArgs added in v0.8.0

type LookupConnectivityTestOutputArgs struct {
	ConnectivityTestId pulumi.StringInput    `pulumi:"connectivityTestId"`
	Project            pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupConnectivityTestOutputArgs) ElementType added in v0.8.0

type LookupConnectivityTestResult added in v0.4.0

type LookupConnectivityTestResult struct {
	// The time the test was created.
	CreateTime string `pulumi:"createTime"`
	// The user-supplied description of the Connectivity Test. Maximum of 512 characters.
	Description string `pulumi:"description"`
	// 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.
	Destination EndpointResponse `pulumi:"destination"`
	// The display name of a Connectivity Test.
	DisplayName string `pulumi:"displayName"`
	// Resource labels to represent user-provided metadata.
	Labels map[string]string `pulumi:"labels"`
	// Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
	Name string `pulumi:"name"`
	// The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
	ProbingDetails ProbingDetailsResponse `pulumi:"probingDetails"`
	// IP Protocol of the test. When not provided, "TCP" is assumed.
	Protocol string `pulumi:"protocol"`
	// The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
	ReachabilityDetails ReachabilityDetailsResponse `pulumi:"reachabilityDetails"`
	// Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
	RelatedProjects []string `pulumi:"relatedProjects"`
	// 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.
	Source EndpointResponse `pulumi:"source"`
	// The time the test's configuration was updated.
	UpdateTime string `pulumi:"updateTime"`
}

func LookupConnectivityTest added in v0.4.0

func LookupConnectivityTest(ctx *pulumi.Context, args *LookupConnectivityTestArgs, opts ...pulumi.InvokeOption) (*LookupConnectivityTestResult, error)

Gets the details of a specific Connectivity Test.

type LookupConnectivityTestResultOutput added in v0.8.0

type LookupConnectivityTestResultOutput struct{ *pulumi.OutputState }

func LookupConnectivityTestOutput added in v0.8.0

func (LookupConnectivityTestResultOutput) CreateTime added in v0.8.0

The time the test was created.

func (LookupConnectivityTestResultOutput) Description added in v0.8.0

The user-supplied description of the Connectivity Test. Maximum of 512 characters.

func (LookupConnectivityTestResultOutput) Destination added in v0.8.0

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.

func (LookupConnectivityTestResultOutput) DisplayName added in v0.8.0

The display name of a Connectivity Test.

func (LookupConnectivityTestResultOutput) ElementType added in v0.8.0

func (LookupConnectivityTestResultOutput) Labels added in v0.8.0

Resource labels to represent user-provided metadata.

func (LookupConnectivityTestResultOutput) Name added in v0.8.0

Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`

func (LookupConnectivityTestResultOutput) ProbingDetails added in v0.32.0

The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.

func (LookupConnectivityTestResultOutput) Protocol added in v0.8.0

IP Protocol of the test. When not provided, "TCP" is assumed.

func (LookupConnectivityTestResultOutput) ReachabilityDetails added in v0.8.0

The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.

func (LookupConnectivityTestResultOutput) RelatedProjects added in v0.8.0

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

func (LookupConnectivityTestResultOutput) Source added in v0.8.0

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.

func (LookupConnectivityTestResultOutput) ToLookupConnectivityTestResultOutput added in v0.8.0

func (o LookupConnectivityTestResultOutput) ToLookupConnectivityTestResultOutput() LookupConnectivityTestResultOutput

func (LookupConnectivityTestResultOutput) ToLookupConnectivityTestResultOutputWithContext added in v0.8.0

func (o LookupConnectivityTestResultOutput) ToLookupConnectivityTestResultOutputWithContext(ctx context.Context) LookupConnectivityTestResultOutput

func (LookupConnectivityTestResultOutput) UpdateTime added in v0.8.0

The time the test's configuration was updated.

type NetworkInfoResponse

type NetworkInfoResponse struct {
	// Name of a Compute Engine network.
	DisplayName string `pulumi:"displayName"`
	// The IP range that matches the test.
	MatchedIpRange string `pulumi:"matchedIpRange"`
	// URI of a Compute Engine network.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Compute Engine network.

type NetworkInfoResponseOutput

type NetworkInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine network.

func (NetworkInfoResponseOutput) DisplayName

Name of a Compute Engine network.

func (NetworkInfoResponseOutput) ElementType

func (NetworkInfoResponseOutput) ElementType() reflect.Type

func (NetworkInfoResponseOutput) MatchedIpRange

func (o NetworkInfoResponseOutput) MatchedIpRange() pulumi.StringOutput

The IP range that matches the test.

func (NetworkInfoResponseOutput) ToNetworkInfoResponseOutput

func (o NetworkInfoResponseOutput) ToNetworkInfoResponseOutput() NetworkInfoResponseOutput

func (NetworkInfoResponseOutput) ToNetworkInfoResponseOutputWithContext

func (o NetworkInfoResponseOutput) ToNetworkInfoResponseOutputWithContext(ctx context.Context) NetworkInfoResponseOutput

func (NetworkInfoResponseOutput) Uri

URI of a Compute Engine network.

type ProbingDetailsResponse added in v0.32.0

type ProbingDetailsResponse struct {
	// The reason probing was aborted.
	AbortCause string `pulumi:"abortCause"`
	// The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
	DestinationEgressLocation EdgeLocationResponse `pulumi:"destinationEgressLocation"`
	// The source and destination endpoints derived from the test input and used for active probing.
	EndpointInfo EndpointInfoResponse `pulumi:"endpointInfo"`
	// Details about an internal failure or the cancellation of active probing.
	Error StatusResponse `pulumi:"error"`
	// Latency as measured by active probing in one direction: from the source to the destination endpoint.
	ProbingLatency LatencyDistributionResponse `pulumi:"probingLatency"`
	// The overall result of active probing.
	Result string `pulumi:"result"`
	// Number of probes sent.
	SentProbeCount int `pulumi:"sentProbeCount"`
	// Number of probes that reached the destination.
	SuccessfulProbeCount int `pulumi:"successfulProbeCount"`
	// The time that reachability was assessed through active probing.
	VerifyTime string `pulumi:"verifyTime"`
}

Results of active probing from the last run of the test.

type ProbingDetailsResponseOutput added in v0.32.0

type ProbingDetailsResponseOutput struct{ *pulumi.OutputState }

Results of active probing from the last run of the test.

func (ProbingDetailsResponseOutput) AbortCause added in v0.32.0

The reason probing was aborted.

func (ProbingDetailsResponseOutput) DestinationEgressLocation added in v0.32.0

func (o ProbingDetailsResponseOutput) DestinationEgressLocation() EdgeLocationResponseOutput

The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.

func (ProbingDetailsResponseOutput) ElementType added in v0.32.0

func (ProbingDetailsResponseOutput) EndpointInfo added in v0.32.0

The source and destination endpoints derived from the test input and used for active probing.

func (ProbingDetailsResponseOutput) Error added in v0.32.0

Details about an internal failure or the cancellation of active probing.

func (ProbingDetailsResponseOutput) ProbingLatency added in v0.32.0

Latency as measured by active probing in one direction: from the source to the destination endpoint.

func (ProbingDetailsResponseOutput) Result added in v0.32.0

The overall result of active probing.

func (ProbingDetailsResponseOutput) SentProbeCount added in v0.32.0

func (o ProbingDetailsResponseOutput) SentProbeCount() pulumi.IntOutput

Number of probes sent.

func (ProbingDetailsResponseOutput) SuccessfulProbeCount added in v0.32.0

func (o ProbingDetailsResponseOutput) SuccessfulProbeCount() pulumi.IntOutput

Number of probes that reached the destination.

func (ProbingDetailsResponseOutput) ToProbingDetailsResponseOutput added in v0.32.0

func (o ProbingDetailsResponseOutput) ToProbingDetailsResponseOutput() ProbingDetailsResponseOutput

func (ProbingDetailsResponseOutput) ToProbingDetailsResponseOutputWithContext added in v0.32.0

func (o ProbingDetailsResponseOutput) ToProbingDetailsResponseOutputWithContext(ctx context.Context) ProbingDetailsResponseOutput

func (ProbingDetailsResponseOutput) VerifyTime added in v0.32.0

The time that reachability was assessed through active probing.

type ReachabilityDetailsResponse

type ReachabilityDetailsResponse struct {
	// The details of a failure or a cancellation of reachability analysis.
	Error StatusResponse `pulumi:"error"`
	// The overall result of the test's configuration analysis.
	Result string `pulumi:"result"`
	// Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
	Traces []TraceResponse `pulumi:"traces"`
	// The time of the configuration analysis.
	VerifyTime string `pulumi:"verifyTime"`
}

Results of the configuration analysis from the last run of the test.

type ReachabilityDetailsResponseOutput

type ReachabilityDetailsResponseOutput struct{ *pulumi.OutputState }

Results of the configuration analysis from the last run of the test.

func (ReachabilityDetailsResponseOutput) ElementType

func (ReachabilityDetailsResponseOutput) Error

The details of a failure or a cancellation of reachability analysis.

func (ReachabilityDetailsResponseOutput) Result

The overall result of the test's configuration analysis.

func (ReachabilityDetailsResponseOutput) ToReachabilityDetailsResponseOutput

func (o ReachabilityDetailsResponseOutput) ToReachabilityDetailsResponseOutput() ReachabilityDetailsResponseOutput

func (ReachabilityDetailsResponseOutput) ToReachabilityDetailsResponseOutputWithContext

func (o ReachabilityDetailsResponseOutput) ToReachabilityDetailsResponseOutputWithContext(ctx context.Context) ReachabilityDetailsResponseOutput

func (ReachabilityDetailsResponseOutput) Traces

Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

func (ReachabilityDetailsResponseOutput) VerifyTime

The time of the configuration analysis.

type RouteInfoResponse

type RouteInfoResponse struct {
	// Destination IP range of the route.
	DestIpRange string `pulumi:"destIpRange"`
	// Destination port ranges of the route. Policy based routes only.
	DestPortRanges []string `pulumi:"destPortRanges"`
	// Name of a route.
	DisplayName string `pulumi:"displayName"`
	// Instance tags of the route.
	InstanceTags []string `pulumi:"instanceTags"`
	// URI of a NCC Hub. NCC_HUB routes only.
	NccHubUri string `pulumi:"nccHubUri"`
	// URI of a NCC Spoke. NCC_HUB routes only.
	NccSpokeUri string `pulumi:"nccSpokeUri"`
	// URI of a Compute Engine network. NETWORK routes only.
	NetworkUri string `pulumi:"networkUri"`
	// Next hop of the route.
	NextHop string `pulumi:"nextHop"`
	// Type of next hop.
	NextHopType string `pulumi:"nextHopType"`
	// Priority of the route.
	Priority int `pulumi:"priority"`
	// Protocols of the route. Policy based routes only.
	Protocols []string `pulumi:"protocols"`
	// Indicates where route is applicable.
	RouteScope string `pulumi:"routeScope"`
	// Type of route.
	RouteType string `pulumi:"routeType"`
	// Source IP address range of the route. Policy based routes only.
	SrcIpRange string `pulumi:"srcIpRange"`
	// Source port ranges of the route. Policy based routes only.
	SrcPortRanges []string `pulumi:"srcPortRanges"`
	// URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Compute Engine route.

type RouteInfoResponseOutput

type RouteInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine route.

func (RouteInfoResponseOutput) DestIpRange

Destination IP range of the route.

func (RouteInfoResponseOutput) DestPortRanges added in v0.26.1

Destination port ranges of the route. Policy based routes only.

func (RouteInfoResponseOutput) DisplayName

Name of a route.

func (RouteInfoResponseOutput) ElementType

func (RouteInfoResponseOutput) ElementType() reflect.Type

func (RouteInfoResponseOutput) InstanceTags

Instance tags of the route.

func (RouteInfoResponseOutput) NccHubUri added in v0.32.0

URI of a NCC Hub. NCC_HUB routes only.

func (RouteInfoResponseOutput) NccSpokeUri added in v0.32.0

URI of a NCC Spoke. NCC_HUB routes only.

func (RouteInfoResponseOutput) NetworkUri

URI of a Compute Engine network. NETWORK routes only.

func (RouteInfoResponseOutput) NextHop

Next hop of the route.

func (RouteInfoResponseOutput) NextHopType

Type of next hop.

func (RouteInfoResponseOutput) Priority

Priority of the route.

func (RouteInfoResponseOutput) Protocols added in v0.26.1

Protocols of the route. Policy based routes only.

func (RouteInfoResponseOutput) RouteScope added in v0.32.0

Indicates where route is applicable.

func (RouteInfoResponseOutput) RouteType

Type of route.

func (RouteInfoResponseOutput) SrcIpRange added in v0.26.1

Source IP address range of the route. Policy based routes only.

func (RouteInfoResponseOutput) SrcPortRanges added in v0.26.1

Source port ranges of the route. Policy based routes only.

func (RouteInfoResponseOutput) ToRouteInfoResponseOutput

func (o RouteInfoResponseOutput) ToRouteInfoResponseOutput() RouteInfoResponseOutput

func (RouteInfoResponseOutput) ToRouteInfoResponseOutputWithContext

func (o RouteInfoResponseOutput) ToRouteInfoResponseOutputWithContext(ctx context.Context) RouteInfoResponseOutput

func (RouteInfoResponseOutput) Uri

URI of a route. Dynamic, peering static and peering dynamic routes do not have an URI. Advertised route from Google Cloud VPC to on-premises network also does not have an URI.

type StatusResponse

type StatusResponse struct {
	// The status code, which should be an enum value of google.rpc.Code.
	Code int `pulumi:"code"`
	// A list of messages that carry the error details. There is a common set of message types for APIs to use.
	Details []map[string]string `pulumi:"details"`
	// A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
	Message string `pulumi:"message"`
}

The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).

type StatusResponseOutput

type StatusResponseOutput struct{ *pulumi.OutputState }

The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).

func (StatusResponseOutput) Code

The status code, which should be an enum value of google.rpc.Code.

func (StatusResponseOutput) Details

A list of messages that carry the error details. There is a common set of message types for APIs to use.

func (StatusResponseOutput) ElementType

func (StatusResponseOutput) ElementType() reflect.Type

func (StatusResponseOutput) Message

A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

func (StatusResponseOutput) ToStatusResponseOutput

func (o StatusResponseOutput) ToStatusResponseOutput() StatusResponseOutput

func (StatusResponseOutput) ToStatusResponseOutputWithContext

func (o StatusResponseOutput) ToStatusResponseOutputWithContext(ctx context.Context) StatusResponseOutput

type StepResponse

type StepResponse struct {
	// Display information of the final state "abort" and reason.
	Abort AbortInfoResponse `pulumi:"abort"`
	// Display information of an App Engine service version.
	AppEngineVersion AppEngineVersionInfoResponse `pulumi:"appEngineVersion"`
	// This is a step that leads to the final state Drop.
	CausesDrop bool `pulumi:"causesDrop"`
	// Display information of a Cloud Function.
	CloudFunction CloudFunctionInfoResponse `pulumi:"cloudFunction"`
	// Display information of a Cloud Run revision.
	CloudRunRevision CloudRunRevisionInfoResponse `pulumi:"cloudRunRevision"`
	// Display information of a Cloud SQL instance.
	CloudSqlInstance CloudSQLInstanceInfoResponse `pulumi:"cloudSqlInstance"`
	// Display information of the final state "deliver" and reason.
	Deliver DeliverInfoResponse `pulumi:"deliver"`
	// A description of the step. Usually this is a summary of the state.
	Description string `pulumi:"description"`
	// Display information of the final state "drop" and reason.
	Drop DropInfoResponse `pulumi:"drop"`
	// Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.
	Endpoint EndpointInfoResponse `pulumi:"endpoint"`
	// Display information of a Compute Engine firewall rule.
	Firewall FirewallInfoResponse `pulumi:"firewall"`
	// Display information of the final state "forward" and reason.
	Forward ForwardInfoResponse `pulumi:"forward"`
	// Display information of a Compute Engine forwarding rule.
	ForwardingRule ForwardingRuleInfoResponse `pulumi:"forwardingRule"`
	// Display information of a Google Kubernetes Engine cluster master.
	GkeMaster GKEMasterInfoResponse `pulumi:"gkeMaster"`
	// Display information of a Google service
	GoogleService GoogleServiceInfoResponse `pulumi:"googleService"`
	// Display information of a Compute Engine instance.
	Instance InstanceInfoResponse `pulumi:"instance"`
	// Display information of the load balancers.
	LoadBalancer LoadBalancerInfoResponse `pulumi:"loadBalancer"`
	// Display information of a Google Cloud network.
	Network NetworkInfoResponse `pulumi:"network"`
	// Project ID that contains the configuration this step is validating.
	Project string `pulumi:"project"`
	// Display information of a Compute Engine route.
	Route RouteInfoResponse `pulumi:"route"`
	// Each step is in one of the pre-defined states.
	State string `pulumi:"state"`
	// Display information of a VPC connector.
	VpcConnector VpcConnectorInfoResponse `pulumi:"vpcConnector"`
	// Display information of a Compute Engine VPN gateway.
	VpnGateway VpnGatewayInfoResponse `pulumi:"vpnGateway"`
	// Display information of a Compute Engine VPN tunnel.
	VpnTunnel VpnTunnelInfoResponse `pulumi:"vpnTunnel"`
}

A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.

type StepResponseArrayOutput

type StepResponseArrayOutput struct{ *pulumi.OutputState }

func (StepResponseArrayOutput) ElementType

func (StepResponseArrayOutput) ElementType() reflect.Type

func (StepResponseArrayOutput) Index

func (StepResponseArrayOutput) ToStepResponseArrayOutput

func (o StepResponseArrayOutput) ToStepResponseArrayOutput() StepResponseArrayOutput

func (StepResponseArrayOutput) ToStepResponseArrayOutputWithContext

func (o StepResponseArrayOutput) ToStepResponseArrayOutputWithContext(ctx context.Context) StepResponseArrayOutput

type StepResponseOutput

type StepResponseOutput struct{ *pulumi.OutputState }

A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.

func (StepResponseOutput) Abort

Display information of the final state "abort" and reason.

func (StepResponseOutput) AppEngineVersion added in v0.28.0

Display information of an App Engine service version.

func (StepResponseOutput) CausesDrop

func (o StepResponseOutput) CausesDrop() pulumi.BoolOutput

This is a step that leads to the final state Drop.

func (StepResponseOutput) CloudFunction added in v0.24.0

Display information of a Cloud Function.

func (StepResponseOutput) CloudRunRevision added in v0.28.0

Display information of a Cloud Run revision.

func (StepResponseOutput) CloudSqlInstance

Display information of a Cloud SQL instance.

func (StepResponseOutput) Deliver

Display information of the final state "deliver" and reason.

func (StepResponseOutput) Description

func (o StepResponseOutput) Description() pulumi.StringOutput

A description of the step. Usually this is a summary of the state.

func (StepResponseOutput) Drop

Display information of the final state "drop" and reason.

func (StepResponseOutput) ElementType

func (StepResponseOutput) ElementType() reflect.Type

func (StepResponseOutput) Endpoint

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

func (StepResponseOutput) Firewall

Display information of a Compute Engine firewall rule.

func (StepResponseOutput) Forward

Display information of the final state "forward" and reason.

func (StepResponseOutput) ForwardingRule

Display information of a Compute Engine forwarding rule.

func (StepResponseOutput) GkeMaster

Display information of a Google Kubernetes Engine cluster master.

func (StepResponseOutput) GoogleService added in v0.32.0

Display information of a Google service

func (StepResponseOutput) Instance

Display information of a Compute Engine instance.

func (StepResponseOutput) LoadBalancer

Display information of the load balancers.

func (StepResponseOutput) Network

Display information of a Google Cloud network.

func (StepResponseOutput) Project added in v0.3.0

Project ID that contains the configuration this step is validating.

func (StepResponseOutput) Route

Display information of a Compute Engine route.

func (StepResponseOutput) State

Each step is in one of the pre-defined states.

func (StepResponseOutput) ToStepResponseOutput

func (o StepResponseOutput) ToStepResponseOutput() StepResponseOutput

func (StepResponseOutput) ToStepResponseOutputWithContext

func (o StepResponseOutput) ToStepResponseOutputWithContext(ctx context.Context) StepResponseOutput

func (StepResponseOutput) VpcConnector added in v0.24.0

Display information of a VPC connector.

func (StepResponseOutput) VpnGateway

Display information of a Compute Engine VPN gateway.

func (StepResponseOutput) VpnTunnel

Display information of a Compute Engine VPN tunnel.

type TraceResponse

type TraceResponse struct {
	// Derived from the source and destination endpoints definition specified by user request, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.
	EndpointInfo EndpointInfoResponse `pulumi:"endpointInfo"`
	// A trace of a test contains multiple steps from the initial state to the final state (delivered, dropped, forwarded, or aborted). The steps are ordered by the processing sequence within the simulated network state machine. It is critical to preserve the order of the steps and avoid reordering or sorting them.
	Steps []StepResponse `pulumi:"steps"`
}

Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ```|---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final))```

type TraceResponseArrayOutput

type TraceResponseArrayOutput struct{ *pulumi.OutputState }

func (TraceResponseArrayOutput) ElementType

func (TraceResponseArrayOutput) ElementType() reflect.Type

func (TraceResponseArrayOutput) Index

func (TraceResponseArrayOutput) ToTraceResponseArrayOutput

func (o TraceResponseArrayOutput) ToTraceResponseArrayOutput() TraceResponseArrayOutput

func (TraceResponseArrayOutput) ToTraceResponseArrayOutputWithContext

func (o TraceResponseArrayOutput) ToTraceResponseArrayOutputWithContext(ctx context.Context) TraceResponseArrayOutput

type TraceResponseOutput

type TraceResponseOutput struct{ *pulumi.OutputState }

Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ```|---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final))```

func (TraceResponseOutput) ElementType

func (TraceResponseOutput) ElementType() reflect.Type

func (TraceResponseOutput) EndpointInfo

Derived from the source and destination endpoints definition specified by user request, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.

func (TraceResponseOutput) Steps

A trace of a test contains multiple steps from the initial state to the final state (delivered, dropped, forwarded, or aborted). The steps are ordered by the processing sequence within the simulated network state machine. It is critical to preserve the order of the steps and avoid reordering or sorting them.

func (TraceResponseOutput) ToTraceResponseOutput

func (o TraceResponseOutput) ToTraceResponseOutput() TraceResponseOutput

func (TraceResponseOutput) ToTraceResponseOutputWithContext

func (o TraceResponseOutput) ToTraceResponseOutputWithContext(ctx context.Context) TraceResponseOutput

type VpcConnectorInfoResponse added in v0.24.0

type VpcConnectorInfoResponse struct {
	// Name of a VPC connector.
	DisplayName string `pulumi:"displayName"`
	// Location in which the VPC connector is deployed.
	Location string `pulumi:"location"`
	// URI of a VPC connector.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a VPC connector.

type VpcConnectorInfoResponseOutput added in v0.24.0

type VpcConnectorInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a VPC connector.

func (VpcConnectorInfoResponseOutput) DisplayName added in v0.24.0

Name of a VPC connector.

func (VpcConnectorInfoResponseOutput) ElementType added in v0.24.0

func (VpcConnectorInfoResponseOutput) Location added in v0.24.0

Location in which the VPC connector is deployed.

func (VpcConnectorInfoResponseOutput) ToVpcConnectorInfoResponseOutput added in v0.24.0

func (o VpcConnectorInfoResponseOutput) ToVpcConnectorInfoResponseOutput() VpcConnectorInfoResponseOutput

func (VpcConnectorInfoResponseOutput) ToVpcConnectorInfoResponseOutputWithContext added in v0.24.0

func (o VpcConnectorInfoResponseOutput) ToVpcConnectorInfoResponseOutputWithContext(ctx context.Context) VpcConnectorInfoResponseOutput

func (VpcConnectorInfoResponseOutput) Uri added in v0.24.0

URI of a VPC connector.

type VpnGatewayInfoResponse

type VpnGatewayInfoResponse struct {
	// Name of a VPN gateway.
	DisplayName string `pulumi:"displayName"`
	// IP address of the VPN gateway.
	IpAddress string `pulumi:"ipAddress"`
	// URI of a Compute Engine network where the VPN gateway is configured.
	NetworkUri string `pulumi:"networkUri"`
	// Name of a Google Cloud region where this VPN gateway is configured.
	Region string `pulumi:"region"`
	// URI of a VPN gateway.
	Uri string `pulumi:"uri"`
	// A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
	VpnTunnelUri string `pulumi:"vpnTunnelUri"`
}

For display only. Metadata associated with a Compute Engine VPN gateway.

type VpnGatewayInfoResponseOutput

type VpnGatewayInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine VPN gateway.

func (VpnGatewayInfoResponseOutput) DisplayName

Name of a VPN gateway.

func (VpnGatewayInfoResponseOutput) ElementType

func (VpnGatewayInfoResponseOutput) IpAddress

IP address of the VPN gateway.

func (VpnGatewayInfoResponseOutput) NetworkUri

URI of a Compute Engine network where the VPN gateway is configured.

func (VpnGatewayInfoResponseOutput) Region

Name of a Google Cloud region where this VPN gateway is configured.

func (VpnGatewayInfoResponseOutput) ToVpnGatewayInfoResponseOutput

func (o VpnGatewayInfoResponseOutput) ToVpnGatewayInfoResponseOutput() VpnGatewayInfoResponseOutput

func (VpnGatewayInfoResponseOutput) ToVpnGatewayInfoResponseOutputWithContext

func (o VpnGatewayInfoResponseOutput) ToVpnGatewayInfoResponseOutputWithContext(ctx context.Context) VpnGatewayInfoResponseOutput

func (VpnGatewayInfoResponseOutput) Uri

URI of a VPN gateway.

func (VpnGatewayInfoResponseOutput) VpnTunnelUri

A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.

type VpnTunnelInfoResponse

type VpnTunnelInfoResponse struct {
	// Name of a VPN tunnel.
	DisplayName string `pulumi:"displayName"`
	// URI of a Compute Engine network where the VPN tunnel is configured.
	NetworkUri string `pulumi:"networkUri"`
	// Name of a Google Cloud region where this VPN tunnel is configured.
	Region string `pulumi:"region"`
	// URI of a VPN gateway at remote end of the tunnel.
	RemoteGateway string `pulumi:"remoteGateway"`
	// Remote VPN gateway's IP address.
	RemoteGatewayIp string `pulumi:"remoteGatewayIp"`
	// Type of the routing policy.
	RoutingType string `pulumi:"routingType"`
	// URI of the VPN gateway at local end of the tunnel.
	SourceGateway string `pulumi:"sourceGateway"`
	// Local VPN gateway's IP address.
	SourceGatewayIp string `pulumi:"sourceGatewayIp"`
	// URI of a VPN tunnel.
	Uri string `pulumi:"uri"`
}

For display only. Metadata associated with a Compute Engine VPN tunnel.

type VpnTunnelInfoResponseOutput

type VpnTunnelInfoResponseOutput struct{ *pulumi.OutputState }

For display only. Metadata associated with a Compute Engine VPN tunnel.

func (VpnTunnelInfoResponseOutput) DisplayName

Name of a VPN tunnel.

func (VpnTunnelInfoResponseOutput) ElementType

func (VpnTunnelInfoResponseOutput) NetworkUri

URI of a Compute Engine network where the VPN tunnel is configured.

func (VpnTunnelInfoResponseOutput) Region

Name of a Google Cloud region where this VPN tunnel is configured.

func (VpnTunnelInfoResponseOutput) RemoteGateway

URI of a VPN gateway at remote end of the tunnel.

func (VpnTunnelInfoResponseOutput) RemoteGatewayIp

func (o VpnTunnelInfoResponseOutput) RemoteGatewayIp() pulumi.StringOutput

Remote VPN gateway's IP address.

func (VpnTunnelInfoResponseOutput) RoutingType

Type of the routing policy.

func (VpnTunnelInfoResponseOutput) SourceGateway

URI of the VPN gateway at local end of the tunnel.

func (VpnTunnelInfoResponseOutput) SourceGatewayIp

func (o VpnTunnelInfoResponseOutput) SourceGatewayIp() pulumi.StringOutput

Local VPN gateway's IP address.

func (VpnTunnelInfoResponseOutput) ToVpnTunnelInfoResponseOutput

func (o VpnTunnelInfoResponseOutput) ToVpnTunnelInfoResponseOutput() VpnTunnelInfoResponseOutput

func (VpnTunnelInfoResponseOutput) ToVpnTunnelInfoResponseOutputWithContext

func (o VpnTunnelInfoResponseOutput) ToVpnTunnelInfoResponseOutputWithContext(ctx context.Context) VpnTunnelInfoResponseOutput

func (VpnTunnelInfoResponseOutput) Uri

URI of a VPN tunnel.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL