File tree Expand file tree Collapse file tree 5 files changed +23
-21
lines changed Expand file tree Collapse file tree 5 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -143,27 +143,27 @@ func (s *CoreIpSecConnectionResourceCrud) CreatedTarget() []string {
143143 }
144144}
145145
146- func (s * CoreIpSecConnectionResourceCrud ) UpdatedPending () []string {
146+ func (s * CoreIpSecConnectionResourceCrud ) DeletedPending () []string {
147147 return []string {
148- string (oci_core .IpSecConnectionLifecycleStateProvisioning ),
148+ string (oci_core .IpSecConnectionLifecycleStateTerminating ),
149149 }
150150}
151151
152- func (s * CoreIpSecConnectionResourceCrud ) UpdatedTarget () []string {
152+ func (s * CoreIpSecConnectionResourceCrud ) DeletedTarget () []string {
153153 return []string {
154- string (oci_core .IpSecConnectionLifecycleStateAvailable ),
154+ string (oci_core .IpSecConnectionLifecycleStateTerminated ),
155155 }
156156}
157157
158- func (s * CoreIpSecConnectionResourceCrud ) DeletedPending () []string {
158+ func (s * CoreIpSecConnectionResourceCrud ) UpdatedPending () []string {
159159 return []string {
160- string (oci_core .IpSecConnectionLifecycleStateTerminating ),
160+ string (oci_core .IpSecConnectionLifecycleStateProvisioning ),
161161 }
162162}
163163
164- func (s * CoreIpSecConnectionResourceCrud ) DeletedTarget () []string {
164+ func (s * CoreIpSecConnectionResourceCrud ) UpdatedTarget () []string {
165165 return []string {
166- string (oci_core .IpSecConnectionLifecycleStateTerminated ),
166+ string (oci_core .IpSecConnectionLifecycleStateAvailable ),
167167 }
168168}
169169
Original file line number Diff line number Diff line change @@ -346,7 +346,9 @@ func (s *DatabaseDbHomeResourceCrud) UpdatedPending() []string {
346346}
347347
348348func (s * DatabaseDbHomeResourceCrud ) UpdatedTarget () []string {
349- return s .CreatedTarget ()
349+ return []string {
350+ string (oci_database .DbHomeLifecycleStateAvailable ),
351+ }
350352}
351353
352354func (s * DatabaseDbHomeResourceCrud ) Create () error {
Original file line number Diff line number Diff line change @@ -612,27 +612,27 @@ func (s *DatabaseDbSystemResourceCrud) CreatedTarget() []string {
612612 }
613613}
614614
615- func (s * DatabaseDbSystemResourceCrud ) UpdatedPending () []string {
615+ func (s * DatabaseDbSystemResourceCrud ) DeletedPending () []string {
616616 return []string {
617- string (oci_database .DbSystemLifecycleStateUpdating ),
617+ string (oci_database .DbSystemLifecycleStateTerminating ),
618618 }
619619}
620620
621- func (s * DatabaseDbSystemResourceCrud ) UpdatedTarget () []string {
621+ func (s * DatabaseDbSystemResourceCrud ) DeletedTarget () []string {
622622 return []string {
623- string (oci_database .DbSystemLifecycleStateAvailable ),
623+ string (oci_database .DbSystemLifecycleStateTerminated ),
624624 }
625625}
626626
627- func (s * DatabaseDbSystemResourceCrud ) DeletedPending () []string {
627+ func (s * DatabaseDbSystemResourceCrud ) UpdatedPending () []string {
628628 return []string {
629- string (oci_database .DbSystemLifecycleStateTerminating ),
629+ string (oci_database .DbSystemLifecycleStateUpdating ),
630630 }
631631}
632632
633- func (s * DatabaseDbSystemResourceCrud ) DeletedTarget () []string {
633+ func (s * DatabaseDbSystemResourceCrud ) UpdatedTarget () []string {
634634 return []string {
635- string (oci_database .DbSystemLifecycleStateTerminated ),
635+ string (oci_database .DbSystemLifecycleStateAvailable ),
636636 }
637637}
638638
Original file line number Diff line number Diff line change @@ -270,10 +270,10 @@ func (s *DatabaseVmClusterNetworkResourceCrud) UpdatedPending() []string {
270270
271271func (s * DatabaseVmClusterNetworkResourceCrud ) UpdatedTarget () []string {
272272 return []string {
273- string (oci_database .VmClusterNetworkLifecycleStateValidated ),
274- string (oci_database .VmClusterNetworkLifecycleStateAllocated ),
275273 string (oci_database .VmClusterNetworkLifecycleStateRequiresValidation ),
274+ string (oci_database .VmClusterNetworkLifecycleStateValidated ),
276275 string (oci_database .VmClusterNetworkLifecycleStateValidationFailed ),
276+ string (oci_database .VmClusterNetworkLifecycleStateAllocated ),
277277 }
278278}
279279
Original file line number Diff line number Diff line change @@ -169,13 +169,13 @@ func (s *StreamingStreamPoolResourceCrud) DeletedTarget() []string {
169169
170170func (s * StreamingStreamPoolResourceCrud ) UpdatedPending () []string {
171171 return []string {
172- string (oci_streaming .ConnectHarnessLifecycleStateUpdating ),
172+ string (oci_streaming .StreamPoolLifecycleStateUpdating ),
173173 }
174174}
175175
176176func (s * StreamingStreamPoolResourceCrud ) UpdatedTarget () []string {
177177 return []string {
178- string (oci_streaming .ConnectHarnessLifecycleStateActive ),
178+ string (oci_streaming .StreamPoolLifecycleStateActive ),
179179 }
180180}
181181
You can’t perform that action at this time.
0 commit comments