Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";

§Classes

GoogleAuth
VMwareEngine

The Google VMware Engine API lets you programmatically manage VMware environments.

§Variables

auth

§Interfaces

AuditConfig

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.

AuditLogConfig

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.

Binding

Associates members, or principals, with a role.

Cluster

A cluster in a private cloud.

Credentials

Credentials for a private cloud.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

DnsBindPermission

DnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.

DnsForwarding

DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

Expr

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.

ExternalAccessRule

External access firewall rules for filtering incoming traffic destined to ExternalAddress resources.

ExternalAddress

Represents an allocated external IP address and its corresponding internal IP address in a private cloud.

FetchNetworkPolicyExternalAddressesResponse

Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses

ForwardingRule

A forwarding rule is a mapping of a domain to name_servers. This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.

GrantDnsBindPermissionRequest

Request message for VmwareEngine.GrantDnsBindPermission

Hcx

Details about a HCX Cloud Manager appliance.

HcxActivationKey

HCX activation key. A default key is created during private cloud provisioning, but this behavior is subject to change and you should always verify active keys. Use VmwareEngine.ListHcxActivationKeys to retrieve existing keys and VmwareEngine.CreateHcxActivationKey to create new ones.

IpRange

An IP range provided in any one of the supported formats.

ListClustersResponse

Response message for VmwareEngine.ListClusters

ListExternalAccessRulesResponse

Response message for VmwareEngine.ListExternalAccessRules

ListExternalAddressesResponse

Response message for VmwareEngine.ListExternalAddresses

ListHcxActivationKeysResponse

Response message for VmwareEngine.ListHcxActivationKeys

ListLocationsResponse

The response message for Locations.ListLocations.

ListLoggingServersResponse

Response message for VmwareEngine.ListLoggingServers

ListManagementDnsZoneBindingsResponse

Response message for VmwareEngine.ListManagementDnsZoneBindings

ListNetworkPeeringsResponse

Response message for VmwareEngine.ListNetworkPeerings

ListNetworkPoliciesResponse

Response message for VmwareEngine.ListNetworkPolicies

ListNodesResponse

Response message for VmwareEngine.ListNodes

ListNodeTypesResponse

Response message for VmwareEngine.ListNodeTypes

ListOperationsResponse

The response message for Operations.ListOperations.

ListPeeringRoutesResponse

Response message for VmwareEngine.ListPeeringRoutes

ListPrivateCloudsResponse

Response message for VmwareEngine.ListPrivateClouds

ListPrivateConnectionPeeringRoutesResponse

Response message for VmwareEngine.ListPrivateConnectionPeeringRoutes

ListPrivateConnectionsResponse

Response message for VmwareEngine.ListPrivateConnections

ListSubnetsResponse

Response message for VmwareEngine.ListSubnets

ListVmwareEngineNetworksResponse

Response message for VmwareEngine.ListVmwareEngineNetworks

Location

A resource that represents a Google Cloud location.

LocationMetadata

VmwareEngine specific metadata for the given google.cloud.location.Location. It is returned as a content of the google.cloud.location.Location.metadata field.

LoggingServer

Logging server to receive vCenter or ESXi logs.

ManagementCluster

Management cluster configuration.

ManagementDnsZoneBinding

Represents a binding between a network and the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

NetworkConfig

Network configuration in the consumer project with which the peering has to be done.

NetworkPeering

Details of a network peering.

NetworkPolicy

Represents a network policy resource. Network policies are regional resources. You can use a network policy to enable or disable internet access and external IP access. Network policies are associated with a VMware Engine network, which might span across regions. For a given region, a network policy applies to all private clouds in the VMware Engine network associated with the policy.

NetworkService

Represents a network service that is managed by a NetworkPolicy resource. A network service provides a way to control an aspect of external access to VMware workloads. For example, whether the VMware workloads in the private clouds governed by a network policy can access or be accessed from the internet.

Node

Node in a cluster.

NodeType

Describes node type.

NodeTypeConfig

Information about the type and number of nodes associated with the cluster.

Nsx

Details about a NSX Manager appliance.

Operation

This resource represents a long-running operation that is the result of a network API call.

OperationMetadata

Represents the metadata of the long-running operation.

PeeringRoute

Exchanged network peering route.

Policy

An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation. JSON example: { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: ``` bindings: - members:

Principal

Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.

PrivateCloud

Represents a private cloud resource. Private clouds of type STANDARD and TIME_LIMITED are zonal resources, STRETCHED private clouds are regional.

PrivateConnection

Private connection resource that provides connectivity for VMware Engine private clouds.

ProjectsLocationsListOptions

Additional options for VMwareEngine#projectsLocationsList.

ProjectsLocationsNetworkPeeringsCreateOptions

Additional options for VMwareEngine#projectsLocationsNetworkPeeringsCreate.

ProjectsLocationsNetworkPeeringsDeleteOptions

Additional options for VMwareEngine#projectsLocationsNetworkPeeringsDelete.

ProjectsLocationsNetworkPeeringsListOptions

Additional options for VMwareEngine#projectsLocationsNetworkPeeringsList.

ProjectsLocationsNetworkPeeringsPatchOptions

Additional options for VMwareEngine#projectsLocationsNetworkPeeringsPatch.

ProjectsLocationsNetworkPeeringsPeeringRoutesListOptions

Additional options for VMwareEngine#projectsLocationsNetworkPeeringsPeeringRoutesList.

ProjectsLocationsNetworkPoliciesCreateOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesCreate.

ProjectsLocationsNetworkPoliciesDeleteOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesDelete.

ProjectsLocationsNetworkPoliciesExternalAccessRulesCreateOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesExternalAccessRulesCreate.

ProjectsLocationsNetworkPoliciesExternalAccessRulesDeleteOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesExternalAccessRulesDelete.

ProjectsLocationsNetworkPoliciesExternalAccessRulesListOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesExternalAccessRulesList.

ProjectsLocationsNetworkPoliciesExternalAccessRulesPatchOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesExternalAccessRulesPatch.

ProjectsLocationsNetworkPoliciesFetchExternalAddressesOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesFetchExternalAddresses.

ProjectsLocationsNetworkPoliciesListOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesList.

ProjectsLocationsNetworkPoliciesPatchOptions

Additional options for VMwareEngine#projectsLocationsNetworkPoliciesPatch.

ProjectsLocationsNodeTypesListOptions

Additional options for VMwareEngine#projectsLocationsNodeTypesList.

ProjectsLocationsOperationsListOptions

Additional options for VMwareEngine#projectsLocationsOperationsList.

ProjectsLocationsPrivateCloudsClustersCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersCreate.

ProjectsLocationsPrivateCloudsClustersDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersDelete.

ProjectsLocationsPrivateCloudsClustersGetIamPolicyOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersGetIamPolicy.

ProjectsLocationsPrivateCloudsClustersListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersList.

ProjectsLocationsPrivateCloudsClustersNodesListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersNodesList.

ProjectsLocationsPrivateCloudsClustersPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsClustersPatch.

ProjectsLocationsPrivateCloudsCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsCreate.

ProjectsLocationsPrivateCloudsDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsDelete.

ProjectsLocationsPrivateCloudsExternalAddressesCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsExternalAddressesCreate.

ProjectsLocationsPrivateCloudsExternalAddressesDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsExternalAddressesDelete.

ProjectsLocationsPrivateCloudsExternalAddressesListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsExternalAddressesList.

ProjectsLocationsPrivateCloudsExternalAddressesPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsExternalAddressesPatch.

ProjectsLocationsPrivateCloudsGetIamPolicyOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsGetIamPolicy.

ProjectsLocationsPrivateCloudsHcxActivationKeysCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsHcxActivationKeysCreate.

ProjectsLocationsPrivateCloudsHcxActivationKeysGetIamPolicyOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsHcxActivationKeysGetIamPolicy.

ProjectsLocationsPrivateCloudsHcxActivationKeysListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsHcxActivationKeysList.

ProjectsLocationsPrivateCloudsListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsList.

ProjectsLocationsPrivateCloudsLoggingServersCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsLoggingServersCreate.

ProjectsLocationsPrivateCloudsLoggingServersDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsLoggingServersDelete.

ProjectsLocationsPrivateCloudsLoggingServersListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsLoggingServersList.

ProjectsLocationsPrivateCloudsLoggingServersPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsLoggingServersPatch.

ProjectsLocationsPrivateCloudsManagementDnsZoneBindingsCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsManagementDnsZoneBindingsCreate.

ProjectsLocationsPrivateCloudsManagementDnsZoneBindingsDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsManagementDnsZoneBindingsDelete.

ProjectsLocationsPrivateCloudsManagementDnsZoneBindingsListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsManagementDnsZoneBindingsList.

ProjectsLocationsPrivateCloudsManagementDnsZoneBindingsPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsManagementDnsZoneBindingsPatch.

ProjectsLocationsPrivateCloudsPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsPatch.

ProjectsLocationsPrivateCloudsShowVcenterCredentialsOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsShowVcenterCredentials.

ProjectsLocationsPrivateCloudsSubnetsListOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsSubnetsList.

ProjectsLocationsPrivateCloudsSubnetsPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsSubnetsPatch.

ProjectsLocationsPrivateCloudsUpdateDnsForwardingOptions

Additional options for VMwareEngine#projectsLocationsPrivateCloudsUpdateDnsForwarding.

ProjectsLocationsPrivateConnectionsCreateOptions

Additional options for VMwareEngine#projectsLocationsPrivateConnectionsCreate.

ProjectsLocationsPrivateConnectionsDeleteOptions

Additional options for VMwareEngine#projectsLocationsPrivateConnectionsDelete.

ProjectsLocationsPrivateConnectionsListOptions

Additional options for VMwareEngine#projectsLocationsPrivateConnectionsList.

ProjectsLocationsPrivateConnectionsPatchOptions

Additional options for VMwareEngine#projectsLocationsPrivateConnectionsPatch.

ProjectsLocationsPrivateConnectionsPeeringRoutesListOptions

Additional options for VMwareEngine#projectsLocationsPrivateConnectionsPeeringRoutesList.

ProjectsLocationsVmwareEngineNetworksCreateOptions

Additional options for VMwareEngine#projectsLocationsVmwareEngineNetworksCreate.

ProjectsLocationsVmwareEngineNetworksDeleteOptions

Additional options for VMwareEngine#projectsLocationsVmwareEngineNetworksDelete.

ProjectsLocationsVmwareEngineNetworksListOptions

Additional options for VMwareEngine#projectsLocationsVmwareEngineNetworksList.

ProjectsLocationsVmwareEngineNetworksPatchOptions

Additional options for VMwareEngine#projectsLocationsVmwareEngineNetworksPatch.

RepairManagementDnsZoneBindingRequest

Request message for VmwareEngine.RepairManagementDnsZoneBindings

ResetNsxCredentialsRequest

Request message for VmwareEngine.ResetNsxCredentials

ResetVcenterCredentialsRequest

Request message for VmwareEngine.ResetVcenterCredentials

RevokeDnsBindPermissionRequest

Request message for VmwareEngine.RevokeDnsBindPermission

SetIamPolicyRequest

Request message for SetIamPolicy method.

Status

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. 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.

StretchedClusterConfig

Configuration of a stretched cluster.

Subnet

Subnet in a private cloud. Either management subnets (such as vMotion) that are read-only, or userDefined, which can also be updated.

TestIamPermissionsRequest

Request message for TestIamPermissions method.

TestIamPermissionsResponse

Response message for TestIamPermissions method.

UndeletePrivateCloudRequest

Request message for VmwareEngine.UndeletePrivateCloud

Vcenter

Details about a vCenter Server management appliance.

VmwareEngineNetwork

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

VpcNetwork

Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.