Class CloudFoundryCreateSpaceSettingsExtensions
- Namespace
- Nuke.Common.Tools.CloudFoundry
- Assembly
- Nuke.Common.dll
Used within CloudFoundryTasks.
public static class CloudFoundryCreateSpaceSettingsExtensions
- Inheritance
-
CloudFoundryCreateSpaceSettingsExtensions
- Inherited Members
Methods
ResetOrg<T>(T)
Resets Org
public static T ResetOrg<T>(this T toolSettings) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetQuota<T>(T)
Resets Quota
Quota to assign to the newly created space
public static T ResetQuota<T>(this T toolSettings) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetSpace<T>(T)
Resets Space
public static T ResetSpace<T>(this T toolSettings) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
SetOrg<T>(T, string)
Sets Org
public static T SetOrg<T>(this T toolSettings, string org) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
Torg
string
Returns
- T
Type Parameters
T
SetQuota<T>(T, string)
Sets Quota
Quota to assign to the newly created space
public static T SetQuota<T>(this T toolSettings, string quota) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
Tquota
string
Returns
- T
Type Parameters
T
SetSpace<T>(T, string)
Sets Space
public static T SetSpace<T>(this T toolSettings, string space) where T : CloudFoundryCreateSpaceSettings
Parameters
toolSettings
Tspace
string
Returns
- T
Type Parameters
T