fabricvspheredatastore#
- async idem_vra.exec.vra.iaas.fabricvspheredatastore.get_fabric_v_sphere_datastore(hub, ctx, p_id, **kwargs)[source]#
Get fabric vSphere datastore Get fabric vSphere datastore with a given id Performs GET /iaas/api/fabric-vsphere-datastores/{id}
- Parameters:
p_id (string) – (required in path) The ID of the Fabric vSphere Datastore.
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
select (string) – (optional in query) Select a subset of properties to include in the response.
- async idem_vra.exec.vra.iaas.fabricvspheredatastore.get_fabric_v_sphere_datastores(hub, ctx, **kwargs)[source]#
Get fabric vSphere datastores Get all fabric vSphere datastores. Performs GET /iaas/api/fabric-vsphere-datastores
- Parameters:
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
top (integer) – (optional in query) Number of records you want to get.
skip (integer) – (optional in query) Number of records you want to skip.
count (boolean) – (optional in query) Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter.
select (string) – (optional in query) Select a subset of properties to include in the response.
filter (string) – (optional in query) Filter the results by a specified predicate expression. Operators: eq, ne, and, or.
- async idem_vra.exec.vra.iaas.fabricvspheredatastore.update_fabric_vsphere_datastore(hub, ctx, p_id, **kwargs)[source]#
Update Fabric vSphere Datastore. Update Fabric vSphere Datastore. Only tag updates are supported. Performs PATCH /iaas/api/fabric-vsphere-datastores/{id}
- Parameters:
p_id (string) – (required in path) The ID of the Fabric Datastore.
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
tags (array) – (optional in body) A set of tag keys and optional values that were set on this resource instance.