Class: Google::Cloud::Compute::V1::Condition
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Condition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
This is deprecated and has no effect. Do not use.
Defined Under Namespace
Instance Attribute Summary collapse
-
#iam ⇒ ::String
This is deprecated and has no effect.
-
#op ⇒ ::String
This is deprecated and has no effect.
-
#svc ⇒ ::String
This is deprecated and has no effect.
-
#sys ⇒ ::String
This is deprecated and has no effect.
-
#values ⇒ ::Array<::String>
This is deprecated and has no effect.
Instance Attribute Details
#iam ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4220 class Condition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Iam # A value indicating that the enum field is not set. UNDEFINED_IAM = 0 # This is deprecated and has no effect. Do not use. APPROVER = 357258949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232465503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504108835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348222141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332343272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206147719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526269616 end # This is deprecated and has no effect. Do not use. module Op # A value indicating that the enum field is not set. UNDEFINED_OP = 0 # This is deprecated and has no effect. Do not use. DISCHARGED = 266338274 # This is deprecated and has no effect. Do not use. EQUALS = 442201023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19718859 # This is deprecated and has no effect. Do not use. NOT_IN = 161144369 # This is deprecated and has no effect. Do not use. NO_OP = 74481951 end # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Sys # A value indicating that the enum field is not set. UNDEFINED_SYS = 0 # This is deprecated and has no effect. Do not use. IP = 2343 # This is deprecated and has no effect. Do not use. NAME = 2388619 # This is deprecated and has no effect. Do not use. REGION = 266017524 # This is deprecated and has no effect. Do not use. SERVICE = 17781397 end end |
#op ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4220 class Condition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Iam # A value indicating that the enum field is not set. UNDEFINED_IAM = 0 # This is deprecated and has no effect. Do not use. APPROVER = 357258949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232465503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504108835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348222141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332343272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206147719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526269616 end # This is deprecated and has no effect. Do not use. module Op # A value indicating that the enum field is not set. UNDEFINED_OP = 0 # This is deprecated and has no effect. Do not use. DISCHARGED = 266338274 # This is deprecated and has no effect. Do not use. EQUALS = 442201023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19718859 # This is deprecated and has no effect. Do not use. NOT_IN = 161144369 # This is deprecated and has no effect. Do not use. NO_OP = 74481951 end # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Sys # A value indicating that the enum field is not set. UNDEFINED_SYS = 0 # This is deprecated and has no effect. Do not use. IP = 2343 # This is deprecated and has no effect. Do not use. NAME = 2388619 # This is deprecated and has no effect. Do not use. REGION = 266017524 # This is deprecated and has no effect. Do not use. SERVICE = 17781397 end end |
#svc ⇒ ::String
Returns This is deprecated and has no effect. Do not use.
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4220 class Condition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Iam # A value indicating that the enum field is not set. UNDEFINED_IAM = 0 # This is deprecated and has no effect. Do not use. APPROVER = 357258949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232465503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504108835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348222141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332343272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206147719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526269616 end # This is deprecated and has no effect. Do not use. module Op # A value indicating that the enum field is not set. UNDEFINED_OP = 0 # This is deprecated and has no effect. Do not use. DISCHARGED = 266338274 # This is deprecated and has no effect. Do not use. EQUALS = 442201023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19718859 # This is deprecated and has no effect. Do not use. NOT_IN = 161144369 # This is deprecated and has no effect. Do not use. NO_OP = 74481951 end # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Sys # A value indicating that the enum field is not set. UNDEFINED_SYS = 0 # This is deprecated and has no effect. Do not use. IP = 2343 # This is deprecated and has no effect. Do not use. NAME = 2388619 # This is deprecated and has no effect. Do not use. REGION = 266017524 # This is deprecated and has no effect. Do not use. SERVICE = 17781397 end end |
#sys ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4220 class Condition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Iam # A value indicating that the enum field is not set. UNDEFINED_IAM = 0 # This is deprecated and has no effect. Do not use. APPROVER = 357258949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232465503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504108835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348222141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332343272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206147719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526269616 end # This is deprecated and has no effect. Do not use. module Op # A value indicating that the enum field is not set. UNDEFINED_OP = 0 # This is deprecated and has no effect. Do not use. DISCHARGED = 266338274 # This is deprecated and has no effect. Do not use. EQUALS = 442201023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19718859 # This is deprecated and has no effect. Do not use. NOT_IN = 161144369 # This is deprecated and has no effect. Do not use. NO_OP = 74481951 end # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Sys # A value indicating that the enum field is not set. UNDEFINED_SYS = 0 # This is deprecated and has no effect. Do not use. IP = 2343 # This is deprecated and has no effect. Do not use. NAME = 2388619 # This is deprecated and has no effect. Do not use. REGION = 266017524 # This is deprecated and has no effect. Do not use. SERVICE = 17781397 end end |
#values ⇒ ::Array<::String>
Returns This is deprecated and has no effect. Do not use.
4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4220 class Condition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Iam # A value indicating that the enum field is not set. UNDEFINED_IAM = 0 # This is deprecated and has no effect. Do not use. APPROVER = 357258949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232465503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504108835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348222141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332343272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206147719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526269616 end # This is deprecated and has no effect. Do not use. module Op # A value indicating that the enum field is not set. UNDEFINED_OP = 0 # This is deprecated and has no effect. Do not use. DISCHARGED = 266338274 # This is deprecated and has no effect. Do not use. EQUALS = 442201023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19718859 # This is deprecated and has no effect. Do not use. NOT_IN = 161144369 # This is deprecated and has no effect. Do not use. NO_OP = 74481951 end # This is deprecated and has no effect. Do not use. # Additional supported values which may be not listed in the enum directly due to technical reasons: # NO_ATTR module Sys # A value indicating that the enum field is not set. UNDEFINED_SYS = 0 # This is deprecated and has no effect. Do not use. IP = 2343 # This is deprecated and has no effect. Do not use. NAME = 2388619 # This is deprecated and has no effect. Do not use. REGION = 266017524 # This is deprecated and has no effect. Do not use. SERVICE = 17781397 end end |