Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,13 @@ default Boolean canCreateDatastores() {
*/
default String getDefaultLoadBalancerTypeCode() { return null; }

/**
* Returns the default zone instance type layout code for this cloud.
* This is used when discovered vm is to be assigned an instance type layout by default.
* @return String - the default zone instance type layout code
*/
default String getZoneInstanceTypeLayoutCode() { return null; }

/**
* Indicates whether the cloud provider supports costing functionality.
* Costing functionality typically involves tracking and managing costs associated with cloud resources.
Expand Down
Loading