DatastoreMountConfig constructor

DatastoreMountConfig({
  1. String? accessMode,
  2. String? datastore,
  3. DatastoreNetwork? datastoreNetwork,
  4. String? fileShare,
  5. String? nfsVersion,
  6. String? securityType,
  7. List<String>? servers,
})

Implementation

DatastoreMountConfig({
  this.accessMode,
  this.datastore,
  this.datastoreNetwork,
  this.fileShare,
  this.nfsVersion,
  this.securityType,
  this.servers,
});