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.
4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4449 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.
4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4449 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.
4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4449 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.
4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4449 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.
4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4449 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 |