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.
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4291 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 = 357_258_949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232_465_503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504_108_835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348_222_141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332_343_272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206_147_719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526_269_616 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 = 266_338_274 # This is deprecated and has no effect. Do not use. EQUALS = 442_201_023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19_718_859 # This is deprecated and has no effect. Do not use. NOT_IN = 161_144_369 # This is deprecated and has no effect. Do not use. NO_OP = 74_481_951 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 = 2_388_619 # This is deprecated and has no effect. Do not use. REGION = 266_017_524 # This is deprecated and has no effect. Do not use. SERVICE = 17_781_397 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.
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4291 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 = 357_258_949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232_465_503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504_108_835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348_222_141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332_343_272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206_147_719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526_269_616 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 = 266_338_274 # This is deprecated and has no effect. Do not use. EQUALS = 442_201_023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19_718_859 # This is deprecated and has no effect. Do not use. NOT_IN = 161_144_369 # This is deprecated and has no effect. Do not use. NO_OP = 74_481_951 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 = 2_388_619 # This is deprecated and has no effect. Do not use. REGION = 266_017_524 # This is deprecated and has no effect. Do not use. SERVICE = 17_781_397 end end |
#svc ⇒ ::String
Returns This is deprecated and has no effect. Do not use.
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4291 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 = 357_258_949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232_465_503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504_108_835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348_222_141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332_343_272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206_147_719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526_269_616 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 = 266_338_274 # This is deprecated and has no effect. Do not use. EQUALS = 442_201_023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19_718_859 # This is deprecated and has no effect. Do not use. NOT_IN = 161_144_369 # This is deprecated and has no effect. Do not use. NO_OP = 74_481_951 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 = 2_388_619 # This is deprecated and has no effect. Do not use. REGION = 266_017_524 # This is deprecated and has no effect. Do not use. SERVICE = 17_781_397 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.
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4291 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 = 357_258_949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232_465_503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504_108_835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348_222_141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332_343_272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206_147_719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526_269_616 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 = 266_338_274 # This is deprecated and has no effect. Do not use. EQUALS = 442_201_023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19_718_859 # This is deprecated and has no effect. Do not use. NOT_IN = 161_144_369 # This is deprecated and has no effect. Do not use. NO_OP = 74_481_951 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 = 2_388_619 # This is deprecated and has no effect. Do not use. REGION = 266_017_524 # This is deprecated and has no effect. Do not use. SERVICE = 17_781_397 end end |
#values ⇒ ::Array<::String>
Returns This is deprecated and has no effect. Do not use.
4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4291 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 = 357_258_949 # This is deprecated and has no effect. Do not use. ATTRIBUTION = 232_465_503 # This is deprecated and has no effect. Do not use. AUTHORITY = 504_108_835 # This is deprecated and has no effect. Do not use. CREDENTIALS_TYPE = 348_222_141 # This is deprecated and has no effect. Do not use. CREDS_ASSERTION = 332_343_272 # This is deprecated and has no effect. Do not use. JUSTIFICATION_TYPE = 206_147_719 # This is deprecated and has no effect. Do not use. SECURITY_REALM = 526_269_616 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 = 266_338_274 # This is deprecated and has no effect. Do not use. EQUALS = 442_201_023 # This is deprecated and has no effect. Do not use. IN = 2341 # This is deprecated and has no effect. Do not use. NOT_EQUALS = 19_718_859 # This is deprecated and has no effect. Do not use. NOT_IN = 161_144_369 # This is deprecated and has no effect. Do not use. NO_OP = 74_481_951 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 = 2_388_619 # This is deprecated and has no effect. Do not use. REGION = 266_017_524 # This is deprecated and has no effect. Do not use. SERVICE = 17_781_397 end end |