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

io.kubernetes.client.openapi.models.V1VsphereVirtualDiskVolumeSourceFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1VsphereVirtualDiskVolumeSourceFluent> extends Fluent{
  public String getFsType();
  public A withFsType(String fsType);
  public Boolean hasFsType();
  public String getStoragePolicyID();
  public A withStoragePolicyID(String storagePolicyID);
  public Boolean hasStoragePolicyID();
  public String getStoragePolicyName();
  public A withStoragePolicyName(String storagePolicyName);
  public Boolean hasStoragePolicyName();
  public String getVolumePath();
  public A withVolumePath(String volumePath);
  public Boolean hasVolumePath();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy