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.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4121 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.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4121 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.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4121 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.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4121 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.
4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4121 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 |