All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rancher.type.Volume.groovy Maven / Gradle / Ivy

package io.rancher.type

import io.rancher.base.RancherModel
import io.rancher.base.RancherType

@RancherModel
class Volume extends RancherType { 
  String accessMode
  String accountId
  String created
  String description
  String driver
  Map driverOpts
  String externalId
  String hostId
  String imageId
  String instanceId
  Boolean isHostPath
  String kind
  List mounts
  String name
  String removed
  BigInteger sizeMb
  String stackId
  String state
  String storageDriverId
  String transitioning
  String transitioningMessage
  BigInteger transitioningProgress
  String uri
  String uuid
  String volumeTemplateId
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy