Home
last modified time | relevance | path

Searched defs:VApp (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/vmware/govcloudair/
H A Dvapp.go18 type VApp struct { struct
19 VApp *types.VApp argument
20 c *Client
30 func (v *VApp) Refresh() error {
151 func (v *VApp) PowerOn() (Task, error) {
174 func (v *VApp) PowerOff() (Task, error) {
197 func (v *VApp) Reboot() (Task, error) {
220 func (v *VApp) Reset() (Task, error) {
243 func (v *VApp) Suspend() (Task, error) {
332 func (v *VApp) Deploy() (Task, error) {
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/vmware/govcloudair/
H A Dvapp.go18 type VApp struct { struct
19 VApp *types.VApp member
20 c *Client
30 func (v *VApp) Refresh() error {
151 func (v *VApp) PowerOn() (Task, error) {
174 func (v *VApp) PowerOff() (Task, error) {
197 func (v *VApp) Reboot() (Task, error) {
220 func (v *VApp) Reset() (Task, error) {
243 func (v *VApp) Suspend() (Task, error) {
332 func (v *VApp) Deploy() (Task, error) {
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Dvabstractvalapplication.cpp78 auto VAbstractValApplication::VApp() -> VAbstractValApplication * in VApp() function in VAbstractValApplication
H A Dtestvapplication.h78 static TestVApplication *VApp() in VApp() function
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/vmware/govcloudair/types/v56/
H A Dtypes.go699 type VApp struct { struct
701 HREF string `xml:"href,attr,omitempty"` // The URI of the entity.
702 … string `xml:"type,attr,omitempty"` // The MIME type of the entity.
705 …ame string `xml:"name,attr"` // The name of the entity.
706 … int `xml:"status,attr,omitempty"` // Creation status of the resource entity.
707 … bool `xml:"deployed,attr,omitempty"` // True if the virtual machine is deployed.
711 Description string `xml:"Description,omitempty"` // Optional description.
714 VAppParent *Reference `xml:"VAppParent,omitempty"` // Reserved. Unimplemented.
717 …eCreated string `xml:"DateCreated,omitempty"` // Creation date/time of the vApp.
718 Owner *Owner `xml:"Owner,omitempty"` // vApp owner.
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/vmware/govcloudair/types/v56/
H A Dtypes.go699 type VApp struct { struct
701 HREF string `xml:"href,attr,omitempty"` // The URI of the entity.
702 … string `xml:"type,attr,omitempty"` // The MIME type of the entity.
705 …ame string `xml:"name,attr"` // The name of the entity.
706 … int `xml:"status,attr,omitempty"` // Creation status of the resource entity.
707 … bool `xml:"deployed,attr,omitempty"` // True if the virtual machine is deployed.
711 Description string `xml:"Description,omitempty"` // Optional description.
714 VAppParent *Reference `xml:"VAppParent,omitempty"` // Reserved. Unimplemented.
717 …eCreated string `xml:"DateCreated,omitempty"` // Creation date/time of the vApp.
718 Owner *Owner `xml:"Owner,omitempty"` // vApp owner.
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/core/
H A Dvapplication.cpp781 auto VApplication::VApp() -> VApplication * in VApp() function in VApplication
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/tape/
H A Dmapplication.cpp851 auto MApplication::VApp() -> MApplication * in VApp() function in MApplication
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DEval.hs153 | VApp !(Val a) !(Val a) constructor