Skip to content

Commit a21a053

Browse files
authored
feat(kafka/instance): create api supports tenant_ips parameter (#742)
1 parent bc70fd6 commit a21a053

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openstack/dms/v2/kafka/instances/requests.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ type CreateOps struct {
153153

154154
// The access mode of the Kafka instance.
155155
PortProtocol *PortProtocol `json:"port_protocol,omitempty"`
156+
157+
// The private IP addresses of the Kafka instance.
158+
TenantIps []string `json:"tenant_ips,omitempty"`
156159
}
157160

158161
type BssParam struct {

0 commit comments

Comments
 (0)