Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Remote
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Remote
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb
Overview
Specifies a file available via some URI.
Instance Attribute Summary collapse
-
#sha256_checksum ⇒ ::String
SHA256 checksum of the remote file.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#sha256_checksum ⇒ ::String
Returns SHA256 checksum of the remote file.
156 157 158 159 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 156 class Remote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. URI from which to fetch the object. It should contain both the
protocol and path following the format {protocol}://{location}
.
156 157 158 159 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 156 class Remote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |