Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor resource cloud_connection data source and documentation #63

Closed
wants to merge 11 commits into from
17 changes: 17 additions & 0 deletions ibm/service/power/ibm_pi_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ import "time"

const (
// Arguments
Arg_CloudConnectionClassicEnabled = "pi_cloud_connection_clasic_enabled"
Arg_CloudConnectionClassicGreCidr = "pi_cloud_connection_gre_cidr"
Arg_CloudConnectionClassicGreDest = "pi_cloud_connection_gre_destination_address"
Arg_CloudConnectionGlobalRouting = "pi_cloud_connection_global_routing"
Arg_CloudConnectionMetered = "pi_cloud_connection_metered"
Arg_CloudConnectionName = "pi_cloud_connection_name"
Arg_CloudConnectionNetworks = "pi_cloud_connection_networks"
Arg_CloudConnectionSpeed = "pi_cloud_connection_speed"
Arg_CloudConnectionVPCEnabled = "pi_cloud_connection_enabled"
Arg_CloudConnectionVPCCRNs = "pi_cloud_connection_vpc_crns"
Arg_CloudConnectionTransitEnabled = "pi_cloud_connection_transit_enabled"
Arg_CloudInstanceID = "pi_cloud_instance_id"
Arg_ImageName = "pi_image_name"
Arg_InstanceName = "pi_instance_name"
Expand Down Expand Up @@ -45,6 +55,13 @@ const (
Attr_BootVolumeID = "boot_volume_id"
Attr_Bootable = "bootable"
Attr_CIDR = "cidr"
Attr_CloudConnectionClassicGreSource = "gre_source_address"
Attr_CloudConnectionIBMIPAddress = "ibm_ip_address"
Attr_CloudConnectionId = "cloud_connection_id"
Attr_CloudConnectionMode = "conncection_mode"
Attr_CloudConnectionPort = "port"
Attr_CloudConnectionStatus = "status"
Attr_CloudConnectionUserIPAddress = "user_ip_address"
Attr_CPUs = "cpus"
Attr_CRN = "crn"
Attr_Capabilities = "capabilities"
Expand Down
Loading
Loading