Package com.pulumi.test
Class EmptyMocks
java.lang.Object
com.pulumi.test.EmptyMocks
- All Implemented Interfaces:
Mocks
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pulumi.test.Mocks
Mocks.CallArgs, Mocks.ResourceArgs, Mocks.ResourceResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInvoked when a new resource is created by the program.
-
Constructor Details
-
EmptyMocks
public EmptyMocks()
-
-
Method Details
-
newResourceAsync
Description copied from interface:MocksInvoked when a new resource is created by the program.- Specified by:
newResourceAsyncin interfaceMocks- Parameters:
args- arguments containing resource information- Returns:
- A resource identifier and resource state. State can be either a POJO or a dictionary bag. The returned ID may be null for component resources.
-