Click or drag to resize

CreateSupportBundleRequest Class

CreateSupportBundleRequest CreateSupportBundle enables you to create a support bundle file under the node's directory. After creation, the bundle is stored on the node as a tar.gz file.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiCreateSupportBundleRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class CreateSupportBundleRequest : RpcBase

The CreateSupportBundleRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreateSupportBundleRequest
Initializes a new instance of the CreateSupportBundleRequest class
Top
Properties
  NameDescription
Public propertyBundleName
The unique name for the support bundle. If no name is provided, "supportbundle" and the node name are used as the filename.
Public propertyExtraArgs
Passed to the sf_make_support_bundle script. You should use this parameter only at the request of NetApp SolidFire Support.
Public propertyTimeoutSec
The number of seconds to allow the support bundle script to run before stopping. The default value is 1500 seconds.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also