Home
last modified time | relevance | path

Searched defs:NodeDestroyResourceInstance (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dnode_resource_destroy.go17 type NodeDestroyResourceInstance struct { struct
18 *NodeAbstractResourceInstance
23 DeposedKey states.DeposedKey
39 func (n *NodeDestroyResourceInstance) Name() string {
46 func (n *NodeDestroyResourceInstance) ProvidedBy() (addr addrs.ProviderConfig, exact bool) {
55 func (n *NodeDestroyResourceInstance) DestroyAddr() *addrs.AbsResourceInstance {
61 func (n *NodeDestroyResourceInstance) CreateBeforeDestroy() bool {
80 func (n *NodeDestroyResourceInstance) ModifyCreateBeforeDestroy(v bool) error {
85 func (n *NodeDestroyResourceInstance) ReferenceableAddrs() []addrs.Referenceable {
109 func (n *NodeDestroyResourceInstance) References() []*addrs.Reference {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dnode_resource_destroy.go17 type NodeDestroyResourceInstance struct { struct
18 *NodeAbstractResourceInstance
23 DeposedKey states.DeposedKey
25 CreateBeforeDestroyOverride *bool
40 func (n *NodeDestroyResourceInstance) Name() string {
48 func (n *NodeDestroyResourceInstance) DestroyAddr() *addrs.AbsResourceInstance {
54 func (n *NodeDestroyResourceInstance) CreateBeforeDestroy() bool {
68 func (n *NodeDestroyResourceInstance) ModifyCreateBeforeDestroy(v bool) error {
74 func (n *NodeDestroyResourceInstance) ReferenceableAddrs() []addrs.Referenceable {
98 func (n *NodeDestroyResourceInstance) References() []*addrs.Reference {
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dnode_resource_destroy.go17 type NodeDestroyResourceInstance struct { struct
18 *NodeAbstractResourceInstance
23 DeposedKey states.DeposedKey
25 CreateBeforeDestroyOverride *bool
40 func (n *NodeDestroyResourceInstance) Name() string {
48 func (n *NodeDestroyResourceInstance) DestroyAddr() *addrs.AbsResourceInstance {
54 func (n *NodeDestroyResourceInstance) CreateBeforeDestroy() bool {
68 func (n *NodeDestroyResourceInstance) ModifyCreateBeforeDestroy(v bool) error {
74 func (n *NodeDestroyResourceInstance) ReferenceableAddrs() []addrs.Referenceable {
98 func (n *NodeDestroyResourceInstance) References() []*addrs.Reference {
[all …]