Table of Contents

Class CloudFoundryScaleSettingsExtensions

Namespace
Nuke.Common.Tools.CloudFoundry
Assembly
Nuke.Common.dll

Used within CloudFoundryTasks.

public static class CloudFoundryScaleSettingsExtensions
Inheritance
CloudFoundryScaleSettingsExtensions
Inherited Members

Methods

ResetDisk<T>(T)

Resets Disk

Disk limit (e.g. 256M, 1024M, 1G)

public static T ResetDisk<T>(this T toolSettings) where T : CloudFoundryScaleSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetInstances<T>(T)

Resets Instances

Number of instances

public static T ResetInstances<T>(this T toolSettings) where T : CloudFoundryScaleSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetMemory<T>(T)

Resets Memory

Memory limit (e.g. 256M, 1024M, 1G)

public static T ResetMemory<T>(this T toolSettings) where T : CloudFoundryScaleSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

SetDisk<T>(T, string)

Sets Disk

Disk limit (e.g. 256M, 1024M, 1G)

public static T SetDisk<T>(this T toolSettings, string disk) where T : CloudFoundryScaleSettings

Parameters

toolSettings T
disk string

Returns

T

Type Parameters

T

SetInstances<T>(T, string)

Sets Instances

Number of instances

public static T SetInstances<T>(this T toolSettings, string instances) where T : CloudFoundryScaleSettings

Parameters

toolSettings T
instances string

Returns

T

Type Parameters

T

SetMemory<T>(T, string)

Sets Memory

Memory limit (e.g. 256M, 1024M, 1G)

public static T SetMemory<T>(this T toolSettings, string memory) where T : CloudFoundryScaleSettings

Parameters

toolSettings T
memory string

Returns

T

Type Parameters

T