Documentation
¶
Index ¶
- func NfsDatastoreSchema() *schema.Resource
- func TryConvertToNfsDatastoreSpec(object map[string]interface{}) (*vcf.NfsDatastoreSpec, error)
- func TryConvertToVSANRemoteDatastoreClusterSpec(object map[string]interface{}) (*vcf.VsanRemoteDatastoreClusterSpec, error)
- func TryConvertToVmfsDatastoreSpec(object map[string]interface{}) (*vcf.VmfsDatastoreSpec, error)
- func TryConvertToVsanDatastoreSpec(object map[string]interface{}) (*vcf.VsanDatastoreSpec, error)
- func TryConvertToVvolDatastoreSpec(object map[string]interface{}) (*vcf.VvolDatastoreSpec, error)
- func VmfsDatastoreSchema() *schema.Resource
- func VsanDatastoreSchema() *schema.Resource
- func VsanRemoteDatastoreClusterSchema() *schema.Resource
- func VvolDatastoreSchema() *schema.Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NfsDatastoreSchema ¶
NfsDatastoreSchema this helper function extracts the NFS Datastore schema, so that it's made available for both workload domain and cluster creation.
func TryConvertToNfsDatastoreSpec ¶
func TryConvertToNfsDatastoreSpec(object map[string]interface{}) (*vcf.NfsDatastoreSpec, error)
func TryConvertToVSANRemoteDatastoreClusterSpec ¶
func TryConvertToVSANRemoteDatastoreClusterSpec(object map[string]interface{}) (*vcf.VsanRemoteDatastoreClusterSpec, error)
func TryConvertToVmfsDatastoreSpec ¶
func TryConvertToVmfsDatastoreSpec(object map[string]interface{}) (*vcf.VmfsDatastoreSpec, error)
func TryConvertToVsanDatastoreSpec ¶
func TryConvertToVsanDatastoreSpec(object map[string]interface{}) (*vcf.VsanDatastoreSpec, error)
func TryConvertToVvolDatastoreSpec ¶
func TryConvertToVvolDatastoreSpec(object map[string]interface{}) (*vcf.VvolDatastoreSpec, error)
func VmfsDatastoreSchema ¶
VmfsDatastoreSchema this helper function extracts the VMFS Datastore schema, so that it's made available for both Domain and Cluster creation.
func VsanDatastoreSchema ¶
VsanDatastoreSchema this helper function extracts the vSAN Datastore schema, so that it's made available for both workload domain and cluster creation.
func VsanRemoteDatastoreClusterSchema ¶
VsanRemoteDatastoreClusterSchema this helper function extracts the VSAN Datastore Cluster schema, so that it's made available for both Domain and Cluster creation.
func VvolDatastoreSchema ¶
VvolDatastoreSchema this helper function extracts the VVOL Datastore schema, so that it's made available for both Domain and Cluster creation.
Types ¶
This section is empty.