Class: Google::Cloud::Compute::V1::NetworkProfileLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Modules: Scope

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns:

  • (::String)


21731
21732
21733
21734
21735
21736
21737
21738
21739
21740
21741
21742
21743
21744
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21731

class NetworkProfileLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods


  module Scope
    # A value indicating that the enum field is not set.
    UNDEFINED_SCOPE = 0

    REGION = 266_017_524

    ZONE = 2_759_596
  end
end

#scope::String

Returns Check the Scope enum for the list of possible values.

Returns:

  • (::String)

    Check the Scope enum for the list of possible values.



21731
21732
21733
21734
21735
21736
21737
21738
21739
21740
21741
21742
21743
21744
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21731

class NetworkProfileLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods


  module Scope
    # A value indicating that the enum field is not set.
    UNDEFINED_SCOPE = 0

    REGION = 266_017_524

    ZONE = 2_759_596
  end
end