Class: Google::Cloud::Compute::V1::Rule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Rule
- 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
Modules: Action
Instance Attribute Summary collapse
-
#action ⇒ ::String
This is deprecated and has no effect.
-
#conditions ⇒ ::Array<::Google::Cloud::Compute::V1::Condition>
This is deprecated and has no effect.
-
#description ⇒ ::String
This is deprecated and has no effect.
-
#ins ⇒ ::Array<::String>
This is deprecated and has no effect.
-
#log_configs ⇒ ::Array<::Google::Cloud::Compute::V1::LogConfig>
This is deprecated and has no effect.
-
#not_ins ⇒ ::Array<::String>
This is deprecated and has no effect.
-
#permissions ⇒ ::Array<::String>
This is deprecated and has no effect.
Instance Attribute Details
#action ⇒ ::String
Returns This is deprecated and has no effect. Do not use. Check the Action enum for the list of possible values.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#conditions ⇒ ::Array<::Google::Cloud::Compute::V1::Condition>
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#description ⇒ ::String
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#ins ⇒ ::Array<::String>
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#log_configs ⇒ ::Array<::Google::Cloud::Compute::V1::LogConfig>
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#not_ins ⇒ ::Array<::String>
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |
#permissions ⇒ ::Array<::String>
Returns This is deprecated and has no effect. Do not use.
24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24416 class Rule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # This is deprecated and has no effect. Do not use. module Action # A value indicating that the enum field is not set. UNDEFINED_ACTION = 0 # This is deprecated and has no effect. Do not use. ALLOW = 62_368_553 # This is deprecated and has no effect. Do not use. ALLOW_WITH_LOG = 76_034_177 # This is deprecated and has no effect. Do not use. DENY = 2_094_604 # This is deprecated and has no effect. Do not use. DENY_WITH_LOG = 351_433_982 # This is deprecated and has no effect. Do not use. LOG = 75_556 # This is deprecated and has no effect. Do not use. NO_ACTION = 260_643_444 end end |