Show / Hide Table of Contents

Class VolumeDevice

volumeDevice describes a mapping of a raw block device within a container.

Inheritance
System.Object
VolumeDevice
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class VolumeDevice : IDirectResponseSchema

Properties

DevicePath

devicePath is the path inside of the container that the device will be mapped to.

Declaration
[JsonProperty("devicePath")]
public virtual string DevicePath { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

name must match the name of a persistentVolumeClaim in the pod

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top