Class: Google::Cloud::Compute::V1::InstanceGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents an Instance Group resource. Instance Groups can be used to configure a target for load balancing. Instance groups can either be managed or unmanaged. To create managed instance groups, use the instanceGroupManager or regionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances yourself. You cannot create regional unmanaged instance groups. For more information, read Instance groups.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] The creation timestamp for this instance group in RFC3339 text format.
-
#description ⇒ ::String
An optional description of this resource.
-
#fingerprint ⇒ ::String
[Output Only] The fingerprint of the named ports.
-
#id ⇒ ::Integer
[Output Only] A unique identifier for this instance group, generated by the server.
-
#kind ⇒ ::String
[Output Only] The resource type, which is always compute#instanceGroup for instance groups.
-
#name ⇒ ::String
The name of the instance group.
-
#named_ports ⇒ ::Array<::Google::Cloud::Compute::V1::NamedPort>
Assigns a name to a port number.
-
#network ⇒ ::String
[Output Only] The URL of the network to which all instances in the instance group belong.
-
#region ⇒ ::String
[Output Only] The URL of the region where the instance group is located (for regional resources).
-
#self_link ⇒ ::String
[Output Only] The URL for this instance group.
-
#size ⇒ ::Integer
[Output Only] The total number of instances in the instance group.
-
#subnetwork ⇒ ::String
[Output Only] The URL of the subnetwork to which all instances in the instance group belong.
-
#zone ⇒ ::String
[Output Only] The URL of the zone where the instance group is located (for zonal resources).
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] The creation timestamp for this instance group in RFC3339 text format.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the resource.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fingerprint ⇒ ::String
Returns [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] A unique identifier for this instance group, generated by the server.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#named_ports ⇒ ::Array<::Google::Cloud::Compute::V1::NamedPort>
Returns Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns [Output Only] The URL of the region where the instance group is located (for regional resources).
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] The URL for this instance group. The server generates this URL.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size ⇒ ::Integer
Returns [Output Only] The total number of instances in the instance group.
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
Returns [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns [Output Only] The URL of the zone where the instance group is located (for zonal resources).
13657 13658 13659 13660 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13657 class InstanceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |