Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion google-cloud-batch-v1/lib/google/cloud/batch/v1/job_pb.rb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions google-cloud-batch-v1/proto_docs/google/cloud/batch/v1/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,27 @@ class InstancePolicyOrTemplate
# https://cloud.google.com/vpc/docs/configure-private-google-access and
# https://cloud.google.com/nat/docs/gce-example#create-nat for more
# information.
# @!attribute [rw] nic_type
# @return [::Google::Cloud::Batch::V1::AllocationPolicy::NetworkInterface::NicType]
# Optional. The NIC type of the network interface.
class NetworkInterface
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods

# Compute Engine VM instance NIC type.
module NicType
# No type specified.
NIC_TYPE_UNSPECIFIED = 0

# GVNIC
GVNIC = 1

# IRDMA
IRDMA = 2

# MRDMA
MRDMA = 3
end
end

# NetworkPolicy describes VM instance network configurations.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading