Class: Google::Cloud::Batch::V1::AllocationPolicy::NetworkPolicy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#network_interfaces::Array<::Google::Cloud::Batch::V1::AllocationPolicy::NetworkInterface>

Returns Network configurations.

Returns:



557
558
559
560
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 557

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