1.3.0
This commit is contained in:
@@ -31,6 +31,10 @@ func MakeSchemaDataSourceExtNet() map[string]schema.Attribute {
|
||||
"default": schema.BoolAttribute{
|
||||
Computed: true,
|
||||
},
|
||||
"ntp": schema.ListAttribute{
|
||||
Computed: true,
|
||||
ElementType: types.StringType,
|
||||
},
|
||||
"default_qos": schema.SingleNestedAttribute{
|
||||
Computed: true,
|
||||
Attributes: map[string]schema.Attribute{
|
||||
|
||||
@@ -31,6 +31,10 @@ func MakeSchemaDataSourceExtNetList() map[string]schema.Attribute {
|
||||
Optional: true,
|
||||
Description: "find by vnfdevices id",
|
||||
},
|
||||
"ovs_bridge": schema.StringAttribute{
|
||||
Optional: true,
|
||||
Description: "find by ovs_bridge",
|
||||
},
|
||||
"status": schema.StringAttribute{
|
||||
Optional: true,
|
||||
Description: "find by status",
|
||||
|
||||
Reference in New Issue
Block a user