'#description'=>$this->t('When the admin state of the port is enabled, the networking service forward packets on the port. Otherwise, it does not forward any packets on the port.'),
'#default_value'=>$entity->getAdminStateUp(),
'#weight'=>-5,
'#required'=>FALSE,
];
$form['port']['binding_vnic_type']=[
'#type'=>'select',
'#title'=>$this->t('VNIC Type'),
'#description'=>$this->t('The VNIC type that is bound to the port.'),