Class: Google::Cloud::Compute::V1::Network

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

Overview

Represents a VPC Network resource. Networks connect resources to each other and to the internet. For more information, read Virtual Private Cloud (VPC) Network.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_create_subnetworks::Boolean

Returns Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.

Returns:

  • (::Boolean)

    Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#creation_timestamp::String

Returns [Output Only] Creation timestamp in RFC3339 text format.

Returns:

  • (::String)

    [Output Only] Creation timestamp in RFC3339 text format.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns An optional description of this resource. Provide this field when you create the resource.

Returns:

  • (::String)

    An optional description of this resource. Provide this field when you create the resource.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gateway_i_pv4::String

Returns [Output Only] The gateway address for default routing out of the network, selected by GCP.

Returns:

  • (::String)

    [Output Only] The gateway address for default routing out of the network, selected by GCP.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#I_pv4_range::String

Returns Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.

Returns:

  • (::String)

    Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  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.

Returns:

  • (::Integer)

    [Output Only] The unique identifier for the resource. This identifier is defined by the server.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::String

Returns [Output Only] Type of the resource. Always compute#network for networks.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#network for networks.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mtu::Integer

Returns Maximum Transmission Unit in bytes. The minimum value for this field is 1460 and the maximum value is 1500 bytes. If unspecified, defaults to 1460.

Returns:

  • (::Integer)

    Maximum Transmission Unit in bytes. The minimum value for this field is 1460 and the maximum value is 1500 bytes. If unspecified, defaults to 1460.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.

Returns:

  • (::String)

    Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#peerings::Array<::Google::Cloud::Compute::V1::NetworkPeering>

Returns [Output Only] A list of network peerings for the resource.

Returns:



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#routing_config::Google::Cloud::Compute::V1::NetworkRoutingConfig

Returns The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.

Returns:



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns [Output Only] Server-defined URL for the resource.

Returns:

  • (::String)

    [Output Only] Server-defined URL for the resource.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subnetworks::Array<::String>

Returns [Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.

Returns:

  • (::Array<::String>)

    [Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.



16227
16228
16229
16230
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16227

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end