Class: Google::Cloud::Batch::V1::AllocationPolicy::NetworkPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::AllocationPolicy::NetworkPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
NetworkPolicy describes VM instance network configurations.
Instance Attribute Summary collapse
-
#network_interfaces ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::NetworkInterface>
Network configurations.
Instance Attribute Details
#network_interfaces ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::NetworkInterface>
Returns Network configurations.
524 525 526 527 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 524 class NetworkPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |