Class: Google::Cloud::Compute::V1::NetworkProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
NetworkProfile represents a Google managed network profile resource.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
[Output Only] An optional description of this resource.
-
#features ⇒ ::Google::Cloud::Compute::V1::NetworkProfileNetworkFeatures
[Output Only] Features supported by the network.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#location ⇒ ::Google::Cloud::Compute::V1::NetworkProfileLocation
[Output Only] Location to which the network is restricted.
-
#name ⇒ ::String
[Output Only] Name of the resource.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#self_link_with_id ⇒ ::String
[Output Only] Server-defined URL for this resource with the resource id.
-
#zone ⇒ ::String
[Output Only] Zone to which the network is restricted.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns [Output Only] An optional description of this resource.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#features ⇒ ::Google::Cloud::Compute::V1::NetworkProfileNetworkFeatures
Returns [Output Only] Features supported by the network.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#networkProfile for network profiles.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::Google::Cloud::Compute::V1::NetworkProfileLocation
Returns [Output Only] Location to which the network is restricted.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns [Output Only] Name of the resource.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link_with_id ⇒ ::String
Returns [Output Only] Server-defined URL for this resource with the resource id.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns [Output Only] Zone to which the network is restricted.
21721 21722 21723 21724 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21721 class NetworkProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |