Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.compute.regionInstances

Compute Engine API: regionInstances. Creates and runs virtual machines on Google Cloud Platform. See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstances

Compute Engine API: regionInstances.
Creates and runs virtual machines on Google Cloud Platform. 
See: https://cloud.google.com/compute/api/reference/rest/v1/regionInstances
raw docstring

bulkInsert$clj

(bulkInsert$ auth parameters body)

https://cloud.google.com/compute/api/reference/rest/v1/regionInstances/bulkInsert

Required parameters: region, project

Optional parameters: requestId

Body:

{:minCount string, :count string, :namePattern string, :instanceProperties {:description string, :tags Tags, :labels {}, :shieldedInstanceConfig ShieldedInstanceConfig, :scheduling Scheduling, :resourcePolicies [string], :privateIpv6GoogleAccess string, :canIpForward boolean, :guestAccelerators [AcceleratorConfig], :machineType string, :confidentialInstanceConfig ConfidentialInstanceConfig, :advancedMachineFeatures AdvancedMachineFeatures, :disks [AttachedDisk], :reservationAffinity ReservationAffinity, :networkInterfaces [NetworkInterface], :metadata Metadata, :serviceAccounts [ServiceAccount], :minCpuPlatform string}, :locationPolicy {:locations {}}, :perInstanceProperties {}, :sourceInstanceTemplate string}

Creates multiple instances in a given region. Count specifies the number of instances to create.

https://cloud.google.com/compute/api/reference/rest/v1/regionInstances/bulkInsert

Required parameters: region, project

Optional parameters: requestId

Body: 

{:minCount string,
 :count string,
 :namePattern string,
 :instanceProperties {:description string,
                      :tags Tags,
                      :labels {},
                      :shieldedInstanceConfig ShieldedInstanceConfig,
                      :scheduling Scheduling,
                      :resourcePolicies [string],
                      :privateIpv6GoogleAccess string,
                      :canIpForward boolean,
                      :guestAccelerators [AcceleratorConfig],
                      :machineType string,
                      :confidentialInstanceConfig ConfidentialInstanceConfig,
                      :advancedMachineFeatures AdvancedMachineFeatures,
                      :disks [AttachedDisk],
                      :reservationAffinity ReservationAffinity,
                      :networkInterfaces [NetworkInterface],
                      :metadata Metadata,
                      :serviceAccounts [ServiceAccount],
                      :minCpuPlatform string},
 :locationPolicy {:locations {}},
 :perInstanceProperties {},
 :sourceInstanceTemplate string}

Creates multiple instances in a given region. Count specifies the number of instances to create.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close