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.
4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4353 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.
4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4353 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.
4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4353 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.
4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4353 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.
4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4353 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 |