Skip to content

Commit

Permalink
updated the tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsub authored and surajibm committed Jul 5, 2020
1 parent bc10068 commit fb095b5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,18 @@ const (

// IBM PI Network

PINetworkReady = "ready"
PINetworkID = "pi_networkid"
PINetworkName = "pi_network_name"
PINetworkCidr = "pi_cidr"
PINetworkDNS = "pi_dns"
PINetworkType = "pi_network_type"
PINetworkGateway = "pi_gateway"
PINetworkIPAddressRange = "pi_ipaddress_range"
PINetworkVlanId = "pi_vlan_id"
PINetworkProvisioning = "build"
PINetworkReady = "ready"
PINetworkID = "pi_networkid"
PINetworkName = "pi_network_name"
PINetworkCidr = "pi_cidr"
PINetworkDNS = "pi_dns"
PINetworkType = "pi_network_type"
PINetworkGateway = "pi_gateway"
PINetworkIPAddressRange = "pi_ipaddress_range"
PINetworkVlanId = "pi_vlan_id"
PINetworkProvisioning = "build"
PINetworkPortDescription = "pi_network_port_description"
PINetworkPortIPAddress = "pi_network_port_ipaddress"

// IBM PI Operations
PIInstanceOperationType = "pi_operation"
Expand Down

0 comments on commit fb095b5

Please sign in to comment.