Skip to content

Commit

Permalink
Merge pull request #134 from PleaseStopAsking/master
Browse files Browse the repository at this point in the history
Add support for using ArcGIS_WaitForComponent multiple times in single configuration.
  • Loading branch information
shailesh91 authored May 7, 2019
2 parents 11e0364 + 3642911 commit 72c8a26
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class ArcGIS_WaitForComponent : OMI_BaseResource
[Key, ValueMap{"Server","Portal","ServerWA","PortalWA","DataStore","SpatioTemporal","TileCache","UnregisterPortal"}, Values{"Server","Portal","ServerWA","PortalWA","DataStore","SpatioTemporal","TileCache","UnregisterPortal"}] String Component;
[Key, ValueMap{"Server","Portal","WebAdaptor","DataStore","LoadBalancer","PortalUpgrade"}, Values{"Server","Portal","WebAdaptor","DataStore","LoadBalancer","PortalUpgrade"}] String InvokingComponent;
[Key] String ComponentHostName;
[Write] String ComponentContext;
[Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, EmbeddedInstance("MSFT_Credential")] String Credential;
[Key] String ComponentContext;
[Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, EmbeddedInstance("MSFT_Credential")] String Credential;
[Write,Description("Interval in seconds for retries.")] Uint32 RetryIntervalSec;
[Write,Description("Number of times to retry.")] Uint32 RetryCount;
};

0 comments on commit 72c8a26

Please sign in to comment.