Sha256: 28538489b0594f2b926bc48bac9d913d184d679066d58fcf74e99c46da29cb1f
Contents?: true
Size: 894 Bytes
Versions: 4
Compression:
Stored size: 894 Bytes
Contents
module Vcloud module Core module Fog # Private helper constants for use with the vCloud API. # # @api private module ContentTypes ORG = 'application/vnd.vmware.vcloud.org+xml' VDC = 'application/vnd.vmware.vcloud.vdc+xml' NETWORK = 'application/vnd.vmware.vcloud.network+xml' METADATA = 'application/vnd.vmware.vcloud.metadata.value+xml' end # Private helper constants for use with the vCloud API. # # @api private module MetadataValueType String = 'MetadataStringValue' Number = 'MetadataNumberValue' DateTime = 'MetadataDateTimeValue' Boolean = 'MetadataBooleanValue' end # Private helper constants for use with the vCloud API. # # @api private module RELATION PARENT = 'up' CHILD = 'down' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems