CreateSupportBundleRequest Class |
Namespace: SolidFire.Element.Api
public class CreateSupportBundleRequest : RpcBase
The CreateSupportBundleRequest type exposes the following members.
Name | Description | |
---|---|---|
CreateSupportBundleRequest | Initializes a new instance of the CreateSupportBundleRequest class |
Name | Description | |
---|---|---|
BundleName |
The unique name for the support bundle. If no name is provided, "supportbundle" and the node name are used as the filename.
| |
ExtraArgs |
Passed to the sf_make_support_bundle script. You should use this parameter only at the request of NetApp SolidFire Support.
| |
TimeoutSec |
The number of seconds to allow the support bundle script to run before stopping. The default value is 1500 seconds.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |