Package-level declarations

Types

Link copied to clipboard
data class ApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<ApplicationEndpointArgs>

ApplicationEndpoint represents a remote application endpoint.

Link copied to clipboard
data class ConfigArgs(val destinationRoutes: Output<List<DestinationRouteArgs>>, val transportProtocol: Output<ConfigTransportProtocol>) : ConvertibleToJava<ConfigArgs>

The basic ingress config for ClientGateways.

Link copied to clipboard

Builder for ConfigArgs.

Link copied to clipboard
data class DestinationRouteArgs(val address: Output<String>, val netmask: Output<String>) : ConvertibleToJava<DestinationRouteArgs>

The setting used to configure ClientGateways. It is adding routes to the client's routing table after the connection is established.

Link copied to clipboard
data class EgressArgs(val peeredVpc: Output<PeeredVpcArgs>? = null) : ConvertibleToJava<EgressArgs>

The details of the egress info. One of the following options should be set.

Link copied to clipboard

Builder for EgressArgs.

Link copied to clipboard
data class GatewayArgs(val type: Output<GatewayType>) : ConvertibleToJava<GatewayArgs>

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Link copied to clipboard
Link copied to clipboard
data class GetAppConnectionIamPolicyPlainArgs(val appConnectionId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppConnectionIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppConnectionPlainArgs(val appConnectionId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppConnectionPlainArgs>
Link copied to clipboard
data class GetAppConnectorIamPolicyPlainArgs(val appConnectorId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppConnectorIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppConnectorPlainArgs(val appConnectorId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppConnectorPlainArgs>
Link copied to clipboard
data class GetAppGatewayIamPolicyPlainArgs(val appGatewayId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppGatewayIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppGatewayPlainArgs(val appGatewayId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppGatewayPlainArgs>
Link copied to clipboard
data class GetApplicationIamPolicyPlainArgs(val applicationId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetApplicationIamPolicyPlainArgs>
data class GetClientConnectorServiceIamPolicyPlainArgs(val clientConnectorServiceId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetClientConnectorServiceIamPolicyPlainArgs>
Link copied to clipboard
data class GetClientConnectorServicePlainArgs(val clientConnectorServiceId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetClientConnectorServicePlainArgs>
Link copied to clipboard
data class GetClientGatewayIamPolicyPlainArgs(val clientGatewayId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetClientGatewayIamPolicyPlainArgs>
Link copied to clipboard
data class GetClientGatewayPlainArgs(val clientGatewayId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetClientGatewayPlainArgs>
Link copied to clipboard
data class GetConnectionIamPolicyPlainArgs(val connectionId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetConnectionIamPolicyPlainArgs>
Link copied to clipboard
data class GetConnectionPlainArgs(val connectionId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetConnectionPlainArgs>
Link copied to clipboard
data class GetConnectorIamPolicyPlainArgs(val connectorId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetConnectorIamPolicyPlainArgs>
Link copied to clipboard
data class GetConnectorPlainArgs(val connectorId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetConnectorPlainArgs>
Link copied to clipboard
data class GetNetConnectionIamPolicyPlainArgs(val location: String, val netConnectionId: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetNetConnectionIamPolicyPlainArgs>
Link copied to clipboard
data class GetProxyConfigPlainArgs(val organizationId: String, val proxyConfigId: String, val tenantId: String) : ConvertibleToJava<GetProxyConfigPlainArgs>
Link copied to clipboard
data class GetSubscriptionPlainArgs(val location: String, val organizationId: String, val subscriptionId: String) : ConvertibleToJava<GetSubscriptionPlainArgs>
Link copied to clipboard
data class GetTenantPlainArgs(val organizationId: String, val tenantId: String) : ConvertibleToJava<GetTenantPlainArgs>
Link copied to clipboard
data class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionApplicationEndpointArgs>

ApplicationEndpoint represents a remote application endpoint.

data class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGatewayArgs(val appGateway: Output<String>, val type: Output<GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGatewayType>) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGatewayArgs>

Gateway represents a user facing component that serves as an entrance to enable connectivity.

data class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoArgs(val serviceAccount: Output<GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoServiceAccountArgs>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoArgs>

PrincipalInfo represents an Identity oneof.

data class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoServiceAccountArgs(val email: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfoServiceAccountArgs>

ServiceAccount represents a GCP service account.

data class GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs(val id: Output<String>, val resource: Output<Map<String, String>>? = null, val status: Output<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoStatus>? = null, val sub: Output<List<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs>>? = null, val time: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfoArgs>

ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

data class GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfoArgs(val encryptionSaEmail: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfoArgs>

Message contains the authentication information to validate against the proxy server.

data class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataArgs(val partnerTenantId: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataArgs>

Metadata associated with Tenant and is provided by the Partner.

data class GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfoArgs(val pacUri: Output<String>) : ConvertibleToJava<GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfoArgs>

Message contains the routing information to direct traffic to the proxy server.

data class GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfoArgs(val serverCaCertPem: Output<String>, val sslDecryptCaCertPem: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfoArgs>

Message contains the transport layer information to verify the proxy server.

Link copied to clipboard
data class GoogleIamV1AuditConfigArgs(val auditLogConfigs: Output<List<GoogleIamV1AuditLogConfigArgs>>? = null, val service: Output<String>? = null) : ConvertibleToJava<GoogleIamV1AuditConfigArgs>

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.

Link copied to clipboard
data class GoogleIamV1AuditLogConfigArgs(val exemptedMembers: Output<List<String>>? = null, val logType: Output<GoogleIamV1AuditLogConfigLogType>? = null) : ConvertibleToJava<GoogleIamV1AuditLogConfigArgs>

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.

Link copied to clipboard
data class GoogleIamV1BindingArgs(val condition: Output<GoogleTypeExprArgs>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<GoogleIamV1BindingArgs>

Associates members, or principals, with a role.

Link copied to clipboard
data class GoogleTypeExprArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleTypeExprArgs>

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.

Link copied to clipboard
Link copied to clipboard
data class IngressArgs(val config: Output<ConfigArgs>? = null) : ConvertibleToJava<IngressArgs>

Settings of how to connect to the ClientGateway. One of the following options should be set.

Link copied to clipboard
Link copied to clipboard
data class PeeredVpcArgs(val networkVpc: Output<String>) : ConvertibleToJava<PeeredVpcArgs>

The peered VPC owned by the consumer project.

Link copied to clipboard
Link copied to clipboard
data class PrincipalInfoArgs(val serviceAccount: Output<ServiceAccountArgs>? = null) : ConvertibleToJava<PrincipalInfoArgs>

PrincipalInfo represents an Identity oneof.

Link copied to clipboard
Link copied to clipboard
data class ResourceInfoArgs(val id: Output<String>, val resource: Output<Map<String, String>>? = null, val status: Output<ResourceInfoStatus>? = null, val sub: Output<List<ResourceInfoArgs>>? = null, val time: Output<String>? = null) : ConvertibleToJava<ResourceInfoArgs>

ResourceInfo represents the information/status of the associated resource.

Link copied to clipboard
Link copied to clipboard
data class ServiceAccountArgs(val email: Output<String>? = null) : ConvertibleToJava<ServiceAccountArgs>

ServiceAccount represents a GCP service account.

Link copied to clipboard