@huaweicloud/huaweicloud-sdk-bms
Advanced tools
Comparing version 3.1.55 to 3.1.56
{ | ||
"name": "@huaweicloud/huaweicloud-sdk-bms", | ||
"version": "3.1.55", | ||
"version": "3.1.56", | ||
"description": "Huaweicloud SDK for bms", | ||
@@ -17,3 +17,3 @@ "main": "huaweicloud-sdk-bms.js", | ||
"dependencies": { | ||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.55" | ||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.56" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
@@ -0,4 +1,6 @@ | ||
import { CreateServerNicAllowedAddressPairs } from './CreateServerNicAllowedAddressPairs'; | ||
export declare class Nics { | ||
private 'subnet_id'?; | ||
private 'ip_address'?; | ||
private 'allowed_address_pairs'?; | ||
constructor(subnetId?: string); | ||
@@ -11,3 +13,6 @@ withSubnetId(subnetId: string): Nics; | ||
get ipAddress(): string | undefined; | ||
withAllowedAddressPairs(allowedAddressPairs: Array<CreateServerNicAllowedAddressPairs>): Nics; | ||
set allowedAddressPairs(allowedAddressPairs: Array<CreateServerNicAllowedAddressPairs> | undefined); | ||
get allowedAddressPairs(): Array<CreateServerNicAllowedAddressPairs> | undefined; | ||
} | ||
//# sourceMappingURL=Nics.d.ts.map |
@@ -28,4 +28,14 @@ "use strict"; | ||
} | ||
withAllowedAddressPairs(allowedAddressPairs) { | ||
this['allowed_address_pairs'] = allowedAddressPairs; | ||
return this; | ||
} | ||
set allowedAddressPairs(allowedAddressPairs) { | ||
this['allowed_address_pairs'] = allowedAddressPairs; | ||
} | ||
get allowedAddressPairs() { | ||
return this['allowed_address_pairs']; | ||
} | ||
} | ||
exports.Nics = Nics; | ||
//# sourceMappingURL=Nics.js.map |
@@ -37,2 +37,3 @@ export * from './BmsClient'; | ||
export * from './model/CreateSchedulerHints'; | ||
export * from './model/CreateServerNicAllowedAddressPairs'; | ||
export * from './model/CreateServers'; | ||
@@ -39,0 +40,0 @@ export * from './model/DataVolumes'; |
@@ -53,2 +53,3 @@ "use strict"; | ||
__exportStar(require("./model/CreateSchedulerHints"), exports); | ||
__exportStar(require("./model/CreateServerNicAllowedAddressPairs"), exports); | ||
__exportStar(require("./model/CreateServers"), exports); | ||
@@ -55,0 +56,0 @@ __exportStar(require("./model/DataVolumes"), exports); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
633269
561
9533