mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
dvSwitch-UI Integration - Set 2
This commit is contained in:
parent
1b94047bd8
commit
1f21c12687
@ -7479,6 +7479,20 @@
|
||||
},
|
||||
|
||||
//hypervisor==VMWare begins here
|
||||
|
||||
overridepublictraffic:{
|
||||
label:'Override Public-Traffic',
|
||||
isBoolean:true
|
||||
|
||||
},
|
||||
|
||||
overrideguesttraffic:{
|
||||
label:'Override Guest-Traffic',
|
||||
isBoolean:true
|
||||
|
||||
},
|
||||
|
||||
|
||||
vSwitchPublicType:{
|
||||
label: 'Public Traffic vSwitch Type',
|
||||
select: function(args) {
|
||||
@ -7490,8 +7504,20 @@
|
||||
items.push({id: "vmwaredvs", description: "VMware vNetwork Distributed Virtual Switch"});
|
||||
args.response.success({data: items});
|
||||
},
|
||||
isHidden:true
|
||||
isHidden:true,
|
||||
dependsOn:'overridepublictraffic'
|
||||
},
|
||||
|
||||
vSwitchPublicName:{
|
||||
label:'vSwitch Public Traffic Name',
|
||||
dependsOn:'overridepublictraffic',
|
||||
isHidden:true
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
vSwitchGuestType:{
|
||||
label: 'Guest Traffic vSwitch Type',
|
||||
select: function(args) {
|
||||
@ -7501,9 +7527,21 @@
|
||||
items.push({id: "vmwaredvs", description: "VMware vNetwork Distributed Virtual Switch"});
|
||||
args.response.success({data: items});
|
||||
},
|
||||
isHidden:true
|
||||
isHidden:true,
|
||||
dependsOn:'overrideguesttraffic'
|
||||
|
||||
},
|
||||
|
||||
vSwitchGuestName:{
|
||||
label:'vSwitch Guest Traffic Name',
|
||||
dependsOn:'overrideguesttraffic',
|
||||
isHidden:true
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
vCenterHost: {
|
||||
label: 'label.vcenter.host',
|
||||
docID: 'helpClustervCenterHost',
|
||||
|
||||
@ -811,6 +811,19 @@
|
||||
},
|
||||
|
||||
//hypervisor==VMWare begins here
|
||||
|
||||
overridepublictraffic:{
|
||||
label:'Override Public-Traffic',
|
||||
isBoolean:true
|
||||
|
||||
},
|
||||
|
||||
overrideguesttraffic:{
|
||||
label:'Override Guest-Traffic',
|
||||
isBoolean:true
|
||||
|
||||
},
|
||||
|
||||
|
||||
vSwitchPublicType:{
|
||||
label: 'Public Traffic vSwitch Type',
|
||||
@ -823,8 +836,19 @@
|
||||
items.push({id: "vmwaredvs", description: "VMware vNetwork Distributed Virtual Switch"});
|
||||
args.response.success({data: items});
|
||||
},
|
||||
isHidden:true
|
||||
},
|
||||
isHidden:true,
|
||||
dependsOn:'overridepublictraffic'
|
||||
},
|
||||
|
||||
vSwitchPublicName:{
|
||||
label:'vSwitch Public Traffic Name',
|
||||
dependsOn:'overridepublictraffic',
|
||||
isHidden:true
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
vSwitchGuestType:{
|
||||
label: 'Guest Traffic vSwitch Type',
|
||||
select: function(args) {
|
||||
@ -834,8 +858,17 @@
|
||||
items.push({id: "vmwaresvs", description: "VMware vNetwork Standard Virtual Switch"});
|
||||
items.push({id: "vmwaredvs", description: "VMware vNetwork Distributed Virtual Switch"});
|
||||
args.response.success({data: items});
|
||||
}, isHidden:true
|
||||
},
|
||||
}, isHidden:true,
|
||||
dependsOn:'overrideguesttraffic'
|
||||
|
||||
},
|
||||
|
||||
vSwitchGuestName:{
|
||||
label:'vSwitch Guest Traffic Name',
|
||||
dependsOn:'overrideguesttraffic',
|
||||
isHidden:true
|
||||
|
||||
},
|
||||
|
||||
vCenterHost: {
|
||||
label: 'label.vcenter.host',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user