Class: Google::Cloud::Compute::V1::BackendServiceHAPolicyLeaderNetworkEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServiceHAPolicyLeaderNetworkEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instance ⇒ ::String
The name of the VM instance of the leader network endpoint.
Instance Attribute Details
#instance ⇒ ::String
Returns The name of the VM instance of the leader network endpoint. The instance must already be attached to the NEG specified in the haPolicy.leader.backendGroup. The name must be 1-63 characters long, and comply with RFC1035. Authorization requires the following IAM permission on the specified resource instance: compute.instances.use.
4337 4338 4339 4340 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4337 class BackendServiceHAPolicyLeaderNetworkEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |