// 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("BDLNLBZOTCMOA4M1H4RC<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-Value"),
		CreateLoadBalancerDetails: loadbalancer.CreateLoadBalancerDetails{Ipv6SubnetCidr: common.String("EXAMPLE-ipv6SubnetCidr-Value"),
			Listeners: map[string]loadbalancer.ListenerDetails{"EXAMPLE_KEY_5hLDG": loadbalancer.ListenerDetails{DefaultBackendSetName: common.String("EXAMPLE-defaultBackendSetName-Value"),
				Port:              common.Int(36267),
				Protocol:          common.String("EXAMPLE-protocol-Value"),
				RoutingPolicyName: common.String("EXAMPLE-routingPolicyName-Value"),
				RuleSetNames:      []string{"EXAMPLE--Value"},
				SslConfiguration: &loadbalancer.SslConfigurationDetails{Protocols: []string{"EXAMPLE--Value"},
					ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceEnabled,
					CertificateIds:                 []string{"EXAMPLE--Value"},
					HasSessionResumption:           common.Bool(false),
					TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
					VerifyDepth:                    common.Int(277),
					VerifyPeerCertificate:          common.Bool(false),
					CertificateName:                common.String("EXAMPLE-certificateName-Value"),
					CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value")},
				ConnectionConfiguration: &loadbalancer.ConnectionConfiguration{BackendTcpProxyProtocolOptions: []loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsEnum{loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsPp2TypeAuthority},
					BackendTcpProxyProtocolVersion: common.Int(1),
					IdleTimeout:                    common.Int64(259)},
				HostnameNames:    []string{"EXAMPLE--Value"},
				PathRouteSetName: common.String("EXAMPLE-pathRouteSetName-Value")}},
			PathRouteSets: map[string]loadbalancer.PathRouteSetDetails{"EXAMPLE_KEY_noJLx": 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}}}}},
			ShapeName: common.String("EXAMPLE-shapeName-Value"),
			BackendSets: map[string]loadbalancer.BackendSetDetails{"EXAMPLE_KEY_jSre3": loadbalancer.BackendSetDetails{HealthChecker: &loadbalancer.HealthCheckerDetails{UrlPath: common.String("EXAMPLE-urlPath-Value"),
				IntervalInMillis:  common.Int(581207),
				IsForcePlainText:  common.Bool(false),
				Port:              common.Int(2542),
				Protocol:          common.String("EXAMPLE-protocol-Value"),
				Retries:           common.Int(672),
				ReturnCode:        common.Int(202),
				ResponseBodyRegex: common.String("EXAMPLE-responseBodyRegex-Value"),
				TimeoutInMillis:   common.Int(217322)},
				LbCookieSessionPersistenceConfiguration: &loadbalancer.LbCookieSessionPersistenceConfigurationDetails{Path: common.String("EXAMPLE-path-Value"),
					CookieName:      common.String("EXAMPLE-cookieName-Value"),
					DisableFallback: common.Bool(true),
					Domain:          common.String("EXAMPLE-domain-Value"),
					IsHttpOnly:      common.Bool(false),
					IsSecure:        common.Bool(true),
					MaxAgeInSeconds: common.Int(227)},
				Policy: common.String("EXAMPLE-policy-Value"),
				SessionPersistenceConfiguration: &loadbalancer.SessionPersistenceConfigurationDetails{CookieName: common.String("EXAMPLE-cookieName-Value"),
					DisableFallback: common.Bool(true)},
				SslConfiguration: &loadbalancer.SslConfigurationDetails{CertificateName: common.String("EXAMPLE-certificateName-Value"),
					HasSessionResumption:           common.Bool(true),
					Protocols:                      []string{"EXAMPLE--Value"},
					ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceDisabled,
					CertificateIds:                 []string{"EXAMPLE--Value"},
					CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value"),
					TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
					VerifyDepth:                    common.Int(992),
					VerifyPeerCertificate:          common.Bool(false)},
				BackendMaxConnections: common.Int(48367),
				Backends: []loadbalancer.BackendDetails{loadbalancer.BackendDetails{MaxConnections: common.Int(11614),
					Offline:   common.Bool(true),
					Port:      common.Int(30623),
					Weight:    common.Int(375),
					Backup:    common.Bool(true),
					Drain:     common.Bool(false),
					IpAddress: common.String("EXAMPLE-ipAddress-Value")}}}},
			DefinedTags:               map[string]map[string]interface{}{"EXAMPLE_KEY_ALG40": map[string]interface{}{"EXAMPLE_KEY_671L7": "EXAMPLE--Value"}},
			IpMode:                    loadbalancer.CreateLoadBalancerDetailsIpModeIpv4,
			IsDeleteProtectionEnabled: common.Bool(false),
			IsPrivate:                 common.Bool(true),
			RequestIdHeader:           common.String("EXAMPLE-requestIdHeader-Value"),
			SecurityAttributes:        map[string]map[string]interface{}{"EXAMPLE_KEY_o9A1x": map[string]interface{}{"EXAMPLE_KEY_CHEl3": "EXAMPLE--Value"}},
			SslCipherSuites: map[string]loadbalancer.SslCipherSuiteDetails{"EXAMPLE_KEY_C07BQ": loadbalancer.SslCipherSuiteDetails{Ciphers: []string{"EXAMPLE--Value"},
				Name: common.String("EXAMPLE-name-Value")}},
			Certificates: map[string]loadbalancer.CertificateDetails{"EXAMPLE_KEY_ySzQa": loadbalancer.CertificateDetails{CaCertificate: common.String("EXAMPLE-caCertificate-Value"),
				CertificateName:   common.String("EXAMPLE-certificateName-Value"),
				Passphrase:        common.String("EXAMPLE-passphrase-Value"),
				PrivateKey:        common.String("EXAMPLE-privateKey-Value"),
				PublicCertificate: common.String("EXAMPLE-publicCertificate-Value")}},
			CompartmentId:      common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value"),
			IsRequestIdEnabled: common.Bool(false),
			SubnetIds:          []string{"EXAMPLE--Value"},
			Hostnames: map[string]loadbalancer.HostnameDetails{"EXAMPLE_KEY_BZyB4": loadbalancer.HostnameDetails{Hostname: common.String("EXAMPLE-hostname-Value"),
				Name: common.String("EXAMPLE-name-Value")}},
			NetworkSecurityGroupIds: []string{"EXAMPLE--Value"},
			ReservedIps:             []loadbalancer.ReservedIp{loadbalancer.ReservedIp{Id: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")}},
			RuleSets: map[string]loadbalancer.RuleSetDetails{"EXAMPLE_KEY_1SPrE": loadbalancer.RuleSetDetails{Items: []loadbalancer.Rule{loadbalancer.ControlAccessUsingHttpMethodsRule{AllowedMethods: []string{"EXAMPLE--Value"},
				StatusCode: common.Int(403)}}}},
			ShapeDetails: &loadbalancer.ShapeDetails{MaximumBandwidthInMbps: common.Int(1394),
				MinimumBandwidthInMbps: common.Int(222)},
			DisplayName:  common.String("EXAMPLE-displayName-Value"),
			FreeformTags: map[string]string{"EXAMPLE_KEY_tc9AS": "EXAMPLE_VALUE_HrMDjfUVUeY00m5TCuBZ"}}}

	// 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)
}