// This is an automatically generated code sample.
// To make this code sample work in your Oracle Cloud tenancy,
// please replace the values for any parameters whose current values do not fit
// your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
// boolean, number, and enum parameters with values not fitting your use case).

package main

import (
	"context"
	"fmt"

	"github.com/oracle/oci-go-sdk/v65/common"
	"github.com/oracle/oci-go-sdk/v65/example/helpers"
	"github.com/oracle/oci-go-sdk/v65/loadbalancer"
)

func ExampleCreateLoadBalancer() {
	// Create a default authentication provider that uses the DEFAULT
	// profile in the configuration file.
	// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
	client, err := loadbalancer.NewLoadBalancerClientWithConfigurationProvider(common.DefaultConfigProvider())
	helpers.FatalIfError(err)

	// Create a request and dependent object(s).

	req := loadbalancer.CreateLoadBalancerRequest{OpcRequestId: common.String("DJZUZQNHVPTV8GCBHV5W<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-Value"),
		CreateLoadBalancerDetails: loadbalancer.CreateLoadBalancerDetails{IpMode: loadbalancer.CreateLoadBalancerDetailsIpModeIpv4,
			Ipv6SubnetCidr: common.String("EXAMPLE-ipv6SubnetCidr-Value"),
			PathRouteSets: map[string]loadbalancer.PathRouteSetDetails{"EXAMPLE_KEY_1mnoQ": loadbalancer.PathRouteSetDetails{PathRoutes: []loadbalancer.PathRoute{loadbalancer.PathRoute{BackendSetName: common.String("EXAMPLE-backendSetName-Value"),
				Path:          common.String("EXAMPLE-path-Value"),
				PathMatchType: &loadbalancer.PathMatchType{MatchType: loadbalancer.PathMatchTypeMatchTypeExactMatch}}}}},
			ReservedIps: []loadbalancer.ReservedIp{loadbalancer.ReservedIp{Id: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")}},
			RuleSets:    map[string]loadbalancer.RuleSetDetails{"EXAMPLE_KEY_E1w5v": loadbalancer.RuleSetDetails{Items: []loadbalancer.Rule{loadbalancer.RemoveHttpResponseHeaderRule{Header: common.String("EXAMPLE-header-Value")}}}},
			ShapeDetails: &loadbalancer.ShapeDetails{MaximumBandwidthInMbps: common.Int(237),
				MinimumBandwidthInMbps: common.Int(6246)},
			SslCipherSuites: map[string]loadbalancer.SslCipherSuiteDetails{"EXAMPLE_KEY_VkEy1": loadbalancer.SslCipherSuiteDetails{Ciphers: []string{"EXAMPLE--Value"},
				Name: common.String("EXAMPLE-name-Value")}},
			BackendSets: map[string]loadbalancer.BackendSetDetails{"EXAMPLE_KEY_nHUV3": loadbalancer.BackendSetDetails{HealthChecker: &loadbalancer.HealthCheckerDetails{IsForcePlainText: common.Bool(false),
				Port:              common.Int(38071),
				ResponseBodyRegex: common.String("EXAMPLE-responseBodyRegex-Value"),
				ReturnCode:        common.Int(17),
				TimeoutInMillis:   common.Int(548677),
				UrlPath:           common.String("EXAMPLE-urlPath-Value"),
				IntervalInMillis:  common.Int(1.569037e+06),
				Protocol:          common.String("EXAMPLE-protocol-Value"),
				Retries:           common.Int(597)},
				LbCookieSessionPersistenceConfiguration: &loadbalancer.LbCookieSessionPersistenceConfigurationDetails{CookieName: common.String("EXAMPLE-cookieName-Value"),
					DisableFallback: common.Bool(false),
					Domain:          common.String("EXAMPLE-domain-Value"),
					IsHttpOnly:      common.Bool(false),
					IsSecure:        common.Bool(true),
					MaxAgeInSeconds: common.Int(71),
					Path:            common.String("EXAMPLE-path-Value")},
				Policy: common.String("EXAMPLE-policy-Value"),
				SessionPersistenceConfiguration: &loadbalancer.SessionPersistenceConfigurationDetails{CookieName: common.String("EXAMPLE-cookieName-Value"),
					DisableFallback: common.Bool(true)},
				SslConfiguration: &loadbalancer.SslConfigurationDetails{CertificateIds: []string{"EXAMPLE--Value"},
					CertificateName:                common.String("EXAMPLE-certificateName-Value"),
					CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value"),
					HasSessionResumption:           common.Bool(true),
					Protocols:                      []string{"EXAMPLE--Value"},
					ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceEnabled,
					TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
					VerifyDepth:                    common.Int(843),
					VerifyPeerCertificate:          common.Bool(true)},
				BackendMaxConnections: common.Int(22437),
				Backends: []loadbalancer.BackendDetails{loadbalancer.BackendDetails{Backup: common.Bool(false),
					Drain:          common.Bool(false),
					IpAddress:      common.String("EXAMPLE-ipAddress-Value"),
					MaxConnections: common.Int(60362),
					Offline:        common.Bool(false),
					Port:           common.Int(3096),
					Weight:         common.Int(473)}}}},
			CompartmentId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value"),
			DefinedTags:   map[string]map[string]interface{}{"EXAMPLE_KEY_DzkAS": map[string]interface{}{"EXAMPLE_KEY_Kqdqu": "EXAMPLE--Value"}},
			Listeners: map[string]loadbalancer.ListenerDetails{"EXAMPLE_KEY_aOJdR": loadbalancer.ListenerDetails{HostnameNames: []string{"EXAMPLE--Value"},
				PathRouteSetName:      common.String("EXAMPLE-pathRouteSetName-Value"),
				Protocol:              common.String("EXAMPLE-protocol-Value"),
				RuleSetNames:          []string{"EXAMPLE--Value"},
				DefaultBackendSetName: common.String("EXAMPLE-defaultBackendSetName-Value"),
				Port:                  common.Int(60137),
				RoutingPolicyName:     common.String("EXAMPLE-routingPolicyName-Value"),
				SslConfiguration: &loadbalancer.SslConfigurationDetails{CertificateIds: []string{"EXAMPLE--Value"},
					CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value"),
					HasSessionResumption:           common.Bool(false),
					Protocols:                      []string{"EXAMPLE--Value"},
					VerifyDepth:                    common.Int(942),
					CertificateName:                common.String("EXAMPLE-certificateName-Value"),
					ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceEnabled,
					TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
					VerifyPeerCertificate:          common.Bool(false)},
				ConnectionConfiguration: &loadbalancer.ConnectionConfiguration{BackendTcpProxyProtocolOptions: []loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsEnum{loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsPp2TypeAuthority},
					BackendTcpProxyProtocolVersion: common.Int(1),
					IdleTimeout:                    common.Int64(838)}}},
			SecurityAttributes:      map[string]map[string]interface{}{"EXAMPLE_KEY_matqi": map[string]interface{}{"EXAMPLE_KEY_5FHdI": "EXAMPLE--Value"}},
			ShapeName:               common.String("EXAMPLE-shapeName-Value"),
			SubnetIds:               []string{"EXAMPLE--Value"},
			DisplayName:             common.String("EXAMPLE-displayName-Value"),
			FreeformTags:            map[string]string{"EXAMPLE_KEY_XoS0V": "EXAMPLE_VALUE_KVQCZRHB9CuHpoeVA9xB"},
			IsPrivate:               common.Bool(false),
			IsRequestIdEnabled:      common.Bool(true),
			NetworkSecurityGroupIds: []string{"EXAMPLE--Value"},
			Certificates: map[string]loadbalancer.CertificateDetails{"EXAMPLE_KEY_Xvoz2": loadbalancer.CertificateDetails{CertificateName: common.String("EXAMPLE-certificateName-Value"),
				Passphrase:        common.String("EXAMPLE-passphrase-Value"),
				PrivateKey:        common.String("EXAMPLE-privateKey-Value"),
				PublicCertificate: common.String("EXAMPLE-publicCertificate-Value"),
				CaCertificate:     common.String("EXAMPLE-caCertificate-Value")}},
			Hostnames: map[string]loadbalancer.HostnameDetails{"EXAMPLE_KEY_LEB1l": loadbalancer.HostnameDetails{Hostname: common.String("EXAMPLE-hostname-Value"),
				Name: common.String("EXAMPLE-name-Value")}},
			IsDeleteProtectionEnabled: common.Bool(true),
			RequestIdHeader:           common.String("EXAMPLE-requestIdHeader-Value")}}

	// Send the request using the service client
	resp, err := client.CreateLoadBalancer(context.Background(), req)
	helpers.FatalIfError(err)

	// Retrieve value from the response.
	fmt.Println(resp)
}