vcf_vcenter_appliance¶
Execution module for vCenter appliance APIs.
- saltext.vcf.modules.vcf_vcenter_appliance.services_list(profile=None)[source]¶
Services list.
CLI Example:
salt '*' vcf_vcenter_appliance.services_list
- saltext.vcf.modules.vcf_vcenter_appliance.services_get(service, profile=None)[source]¶
Services get.
CLI Example:
salt '*' vcf_vcenter_appliance.services_get <service>
- saltext.vcf.modules.vcf_vcenter_appliance.services_start(service, profile=None)[source]¶
Services start.
CLI Example:
salt '*' vcf_vcenter_appliance.services_start <service>
- saltext.vcf.modules.vcf_vcenter_appliance.services_stop(service, profile=None)[source]¶
Services stop.
CLI Example:
salt '*' vcf_vcenter_appliance.services_stop <service>
- saltext.vcf.modules.vcf_vcenter_appliance.services_restart(service, profile=None)[source]¶
Services restart.
CLI Example:
salt '*' vcf_vcenter_appliance.services_restart <service>
- saltext.vcf.modules.vcf_vcenter_appliance.version(profile=None)[source]¶
Version.
CLI Example:
salt '*' vcf_vcenter_appliance.version
- saltext.vcf.modules.vcf_vcenter_appliance.health_system(profile=None)[source]¶
Health system.
CLI Example:
salt '*' vcf_vcenter_appliance.health_system
- saltext.vcf.modules.vcf_vcenter_appliance.dns_get(profile=None)[source]¶
Dns get.
CLI Example:
salt '*' vcf_vcenter_appliance.dns_get
- saltext.vcf.modules.vcf_vcenter_appliance.dns_set(servers, mode='is_static', profile=None)[source]¶
Dns set.
CLI Example:
salt '*' vcf_vcenter_appliance.dns_set <servers> <mode>