Class MockResourceArgs


  • public class MockResourceArgs
    extends java.lang.Object
    MockResourceArgs for use in NewResourceAsync
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id
      Resource identifier.
      com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Object> inputs
      Dictionary of resource input properties.
      java.lang.String name
      Resource name.
      java.lang.String provider  
      java.lang.String type
      Resource type name.
    • Constructor Summary

      Constructors 
      Constructor Description
      MockResourceArgs​(java.lang.String type, java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Object> inputs, java.lang.String provider, java.lang.String id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        @Nullable
        public final java.lang.String type
        Resource type name.
      • name

        @Nullable
        public final java.lang.String name
        Resource name.
      • inputs

        @Nullable
        public final com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Object> inputs
        Dictionary of resource input properties.
      • provider

        @Nullable
        public final java.lang.String provider
      • id

        @Nullable
        public final java.lang.String id
        Resource identifier.
    • Constructor Detail

      • MockResourceArgs

        public MockResourceArgs​(@Nullable
                                java.lang.String type,
                                @Nullable
                                java.lang.String name,
                                @Nullable
                                com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.Object> inputs,
                                @Nullable
                                java.lang.String provider,
                                @Nullable
                                java.lang.String id)