import * as mod from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";
GoogleAuth | |
VMwareEngine | The Google VMware Engine API lets you programmatically manage VMware environments. |
Announcement | Announcement for the resources of Vmware Engine. |
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 |
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. |
AutoscalingPolicy | Autoscaling policy describes the behavior of the autoscaling with respect to the resource utilization. The scale-out operation is initiated if the utilization exceeds ANY of the respective thresholds. The scale-in operation is initiated if the utilization is below ALL of the respective thresholds. |
AutoscalingSettings | Autoscaling settings define the rules used by VMware Engine to automatically scale-out and scale-in the clusters in a private cloud. |
Binding | Associates |
Cluster | A cluster in a private cloud. |
Constraints | Constraints to be applied while editing a schedule. These constraints ensure
that |
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 | 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 |
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. |
Interval | Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. |
IpRange | An IP range provided in any one of the supported formats. |
ListAnnouncementsResponse | Response message for VmwareEngine.ListAnnouncements |
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 |
ListUpgradesResponse | Response message for VmwareEngine.ListUpgrades. |
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 |
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 |
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
|
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 |
PrivateConnection | Private connection resource that provides connectivity for VMware Engine private clouds. |
ProjectsLocationsAnnouncementsListOptions | Additional options for VMwareEngine#projectsLocationsAnnouncementsList. |
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. |
ProjectsLocationsPrivateCloudsUpgradesListOptions | Additional options for VMwareEngine#projectsLocationsPrivateCloudsUpgradesList. |
ProjectsLocationsPrivateCloudsUpgradesPatchOptions | Additional options for VMwareEngine#projectsLocationsPrivateCloudsUpgradesPatch. |
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 |
Schedule | Schedule for the upgrade. |
SetIamPolicyRequest | Request message for |
Status | The |
StretchedClusterConfig | Configuration of a stretched cluster. |
Subnet | Subnet in a private cloud. Either |
TestIamPermissionsRequest | Request message for |
TestIamPermissionsResponse | Response message for |
Thresholds | Thresholds define the utilization of resources triggering scale-out and scale-in operations. |
TimeOfDay | Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and |
TimeWindow | Represents the time window to perform upgrade activities. |
UndeletePrivateCloudRequest | Request message for VmwareEngine.UndeletePrivateCloud |
Upgrade | Describes Private cloud Upgrade. |
Vcenter | Details about a vCenter Server management appliance. |
VmwareEngineNetwork | VMware Engine network resource that provides connectivity for VMware Engine private clouds. |
VmwareUpgradeComponent | Per component upgrade resource |
VpcNetwork | Represents a VMware Engine VPC network that is managed by a VMware Engine network resource. |
WeeklyTimeInterval | Represents a time interval, spanning across days of the week. Until local timezones are supported, this interval is in UTC. |