public interface BulkInsertInstanceResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPerInstanceProperties(String key)
Per-instance properties to be set on individual instances.
|
long |
getCount()
The maximum number of instances to create.
|
InstanceProperties |
getInstanceProperties()
The instance properties defining the VM instances to be created.
|
InstancePropertiesOrBuilder |
getInstancePropertiesOrBuilder()
The instance properties defining the VM instances to be created.
|
LocationPolicy |
getLocationPolicy()
Policy for chosing target zone.
|
LocationPolicyOrBuilder |
getLocationPolicyOrBuilder()
Policy for chosing target zone.
|
long |
getMinCount()
The minimum number of instances to create.
|
String |
getNamePattern()
The string pattern used for the names of the VMs.
|
com.google.protobuf.ByteString |
getNamePatternBytes()
The string pattern used for the names of the VMs.
|
Map<String,BulkInsertInstanceResourcePerInstanceProperties> |
getPerInstanceProperties()
Deprecated.
|
int |
getPerInstancePropertiesCount()
Per-instance properties to be set on individual instances.
|
Map<String,BulkInsertInstanceResourcePerInstanceProperties> |
getPerInstancePropertiesMap()
Per-instance properties to be set on individual instances.
|
BulkInsertInstanceResourcePerInstanceProperties |
getPerInstancePropertiesOrDefault(String key,
BulkInsertInstanceResourcePerInstanceProperties defaultValue)
Per-instance properties to be set on individual instances.
|
BulkInsertInstanceResourcePerInstanceProperties |
getPerInstancePropertiesOrThrow(String key)
Per-instance properties to be set on individual instances.
|
String |
getSourceInstanceTemplate()
Specifies the instance template from which to create instances.
|
com.google.protobuf.ByteString |
getSourceInstanceTemplateBytes()
Specifies the instance template from which to create instances.
|
boolean |
hasCount()
The maximum number of instances to create.
|
boolean |
hasInstanceProperties()
The instance properties defining the VM instances to be created.
|
boolean |
hasLocationPolicy()
Policy for chosing target zone.
|
boolean |
hasMinCount()
The minimum number of instances to create.
|
boolean |
hasNamePattern()
The string pattern used for the names of the VMs.
|
boolean |
hasSourceInstanceTemplate()
Specifies the instance template from which to create instances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
The maximum number of instances to create.
optional int64 count = 94851343;long getCount()
The maximum number of instances to create.
optional int64 count = 94851343;boolean hasInstanceProperties()
The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.
optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;
InstanceProperties getInstanceProperties()
The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.
optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;
InstancePropertiesOrBuilder getInstancePropertiesOrBuilder()
The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.
optional .google.cloud.compute.v1.InstanceProperties instance_properties = 215355165;
boolean hasLocationPolicy()
Policy for chosing target zone. For more information, see Create VMs in bulk .
optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;LocationPolicy getLocationPolicy()
Policy for chosing target zone. For more information, see Create VMs in bulk .
optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;LocationPolicyOrBuilder getLocationPolicyOrBuilder()
Policy for chosing target zone. For more information, see Create VMs in bulk .
optional .google.cloud.compute.v1.LocationPolicy location_policy = 465689852;boolean hasMinCount()
The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.
optional int64 min_count = 523228386;long getMinCount()
The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.
optional int64 min_count = 523228386;boolean hasNamePattern()
The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.
optional string name_pattern = 413815260;String getNamePattern()
The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.
optional string name_pattern = 413815260;com.google.protobuf.ByteString getNamePatternBytes()
The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.
optional string name_pattern = 413815260;int getPerInstancePropertiesCount()
Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;
boolean containsPerInstanceProperties(String key)
Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;
@Deprecated Map<String,BulkInsertInstanceResourcePerInstanceProperties> getPerInstanceProperties()
getPerInstancePropertiesMap() instead.Map<String,BulkInsertInstanceResourcePerInstanceProperties> getPerInstancePropertiesMap()
Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;
BulkInsertInstanceResourcePerInstanceProperties getPerInstancePropertiesOrDefault(String key, BulkInsertInstanceResourcePerInstanceProperties defaultValue)
Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;
BulkInsertInstanceResourcePerInstanceProperties getPerInstancePropertiesOrThrow(String key)
Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
map<string, .google.cloud.compute.v1.BulkInsertInstanceResourcePerInstanceProperties> per_instance_properties = 108502267;
boolean hasSourceInstanceTemplate()
Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.
optional string source_instance_template = 332423616;String getSourceInstanceTemplate()
Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.
optional string source_instance_template = 332423616;com.google.protobuf.ByteString getSourceInstanceTemplateBytes()
Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.
optional string source_instance_template = 332423616;Copyright © 2023 Google LLC. All rights reserved.