// 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{CreateLoadBalancerDetails: loadbalancer.CreateLoadBalancerDetails{ShapeDetails: &loadbalancer.ShapeDetails{MaximumBandwidthInMbps: common.Int(2576),
		MinimumBandwidthInMbps: common.Int(7983)},
		ShapeName:     common.String("EXAMPLE-shapeName-Value"),
		CompartmentId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value"),
		DefinedTags:   map[string]map[string]interface{}{"EXAMPLE_KEY_HP9fC": map[string]interface{}{"EXAMPLE_KEY_iWXje": "EXAMPLE--Value"}},
		DisplayName:   common.String("EXAMPLE-displayName-Value"),
		Hostnames: map[string]loadbalancer.HostnameDetails{"EXAMPLE_KEY_T3YRT": loadbalancer.HostnameDetails{Name: common.String("EXAMPLE-name-Value"),
			Hostname: common.String("EXAMPLE-hostname-Value")}},
		Listeners: map[string]loadbalancer.ListenerDetails{"EXAMPLE_KEY_aK7TH": loadbalancer.ListenerDetails{ConnectionConfiguration: &loadbalancer.ConnectionConfiguration{BackendTcpProxyProtocolOptions: []loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsEnum{loadbalancer.ConnectionConfigurationBackendTcpProxyProtocolOptionsPp2TypeAuthority},
			BackendTcpProxyProtocolVersion: common.Int(1),
			IdleTimeout:                    common.Int64(187)},
			DefaultBackendSetName: common.String("EXAMPLE-defaultBackendSetName-Value"),
			HostnameNames:         []string{"EXAMPLE--Value"},
			PathRouteSetName:      common.String("EXAMPLE-pathRouteSetName-Value"),
			RoutingPolicyName:     common.String("EXAMPLE-routingPolicyName-Value"),
			RuleSetNames:          []string{"EXAMPLE--Value"},
			Port:                  common.Int(6534),
			Protocol:              common.String("EXAMPLE-protocol-Value"),
			SslConfiguration: &loadbalancer.SslConfigurationDetails{Protocols: []string{"EXAMPLE--Value"},
				TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
				VerifyDepth:                    common.Int(220),
				CertificateName:                common.String("EXAMPLE-certificateName-Value"),
				ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceDisabled,
				VerifyPeerCertificate:          common.Bool(true),
				CertificateIds:                 []string{"EXAMPLE--Value"},
				CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value"),
				HasSessionResumption:           common.Bool(false)}}},
		PathRouteSets: map[string]loadbalancer.PathRouteSetDetails{"EXAMPLE_KEY_qnCZ6": loadbalancer.PathRouteSetDetails{PathRoutes: []loadbalancer.PathRoute{loadbalancer.PathRoute{BackendSetName: common.String("EXAMPLE-backendSetName-Value"),
			Path:          common.String("EXAMPLE-path-Value"),
			PathMatchType: &loadbalancer.PathMatchType{MatchType: loadbalancer.PathMatchTypeMatchTypeSuffixMatch}}}}},
		RuleSets:  map[string]loadbalancer.RuleSetDetails{"EXAMPLE_KEY_SH7jX": loadbalancer.RuleSetDetails{Items: []loadbalancer.Rule{loadbalancer.RemoveHttpRequestHeaderRule{Header: common.String("EXAMPLE-header-Value")}}}},
		SubnetIds: []string{"EXAMPLE--Value"},
		BackendSets: map[string]loadbalancer.BackendSetDetails{"EXAMPLE_KEY_XA6zW": loadbalancer.BackendSetDetails{Policy: common.String("EXAMPLE-policy-Value"),
			SessionPersistenceConfiguration: &loadbalancer.SessionPersistenceConfigurationDetails{DisableFallback: common.Bool(false),
				CookieName: common.String("EXAMPLE-cookieName-Value")},
			SslConfiguration: &loadbalancer.SslConfigurationDetails{CertificateIds: []string{"EXAMPLE--Value"},
				CertificateName:                common.String("EXAMPLE-certificateName-Value"),
				ServerOrderPreference:          loadbalancer.SslConfigurationDetailsServerOrderPreferenceEnabled,
				TrustedCertificateAuthorityIds: []string{"EXAMPLE--Value"},
				VerifyDepth:                    common.Int(936),
				VerifyPeerCertificate:          common.Bool(true),
				CipherSuiteName:                common.String("EXAMPLE-cipherSuiteName-Value"),
				HasSessionResumption:           common.Bool(true),
				Protocols:                      []string{"EXAMPLE--Value"}},
			BackendMaxConnections: common.Int(48374),
			Backends: []loadbalancer.BackendDetails{loadbalancer.BackendDetails{Drain: common.Bool(false),
				IpAddress:      common.String("EXAMPLE-ipAddress-Value"),
				MaxConnections: common.Int(30358),
				Offline:        common.Bool(true),
				Port:           common.Int(61782),
				Weight:         common.Int(792),
				Backup:         common.Bool(true)}},
			HealthChecker: &loadbalancer.HealthCheckerDetails{TimeoutInMillis: common.Int(387688),
				UrlPath:           common.String("EXAMPLE-urlPath-Value"),
				Retries:           common.Int(970),
				IntervalInMillis:  common.Int(145629),
				IsForcePlainText:  common.Bool(true),
				Port:              common.Int(11130),
				Protocol:          common.String("EXAMPLE-protocol-Value"),
				ResponseBodyRegex: common.String("EXAMPLE-responseBodyRegex-Value"),
				ReturnCode:        common.Int(64)},
			LbCookieSessionPersistenceConfiguration: &loadbalancer.LbCookieSessionPersistenceConfigurationDetails{IsHttpOnly: common.Bool(true),
				IsSecure:        common.Bool(true),
				MaxAgeInSeconds: common.Int(307),
				Path:            common.String("EXAMPLE-path-Value"),
				CookieName:      common.String("EXAMPLE-cookieName-Value"),
				DisableFallback: common.Bool(false),
				Domain:          common.String("EXAMPLE-domain-Value")}}},
		FreeformTags:            map[string]string{"EXAMPLE_KEY_718Sn": "EXAMPLE_VALUE_2sFaUHdwTfJRIJa5wsBB"},
		NetworkSecurityGroupIds: []string{"EXAMPLE--Value"},
		ReservedIps:             []loadbalancer.ReservedIp{loadbalancer.ReservedIp{Id: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value")}},
		SecurityAttributes:      map[string]map[string]interface{}{"EXAMPLE_KEY_t4hzA": map[string]interface{}{"EXAMPLE_KEY_GxuPx": "EXAMPLE--Value"}},
		SslCipherSuites: map[string]loadbalancer.SslCipherSuiteDetails{"EXAMPLE_KEY_3qLvA": loadbalancer.SslCipherSuiteDetails{Ciphers: []string{"EXAMPLE--Value"},
			Name: common.String("EXAMPLE-name-Value")}},
		Certificates: map[string]loadbalancer.CertificateDetails{"EXAMPLE_KEY_bodVL": 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")}},
		IpMode:                    loadbalancer.CreateLoadBalancerDetailsIpModeIpv4,
		IsDeleteProtectionEnabled: common.Bool(false),
		IsRequestIdEnabled:        common.Bool(true),
		Ipv6SubnetCidr:            common.String("EXAMPLE-ipv6SubnetCidr-Value"),
		IsPrivate:                 common.Bool(false),
		RequestIdHeader:           common.String("EXAMPLE-requestIdHeader-Value")},
		OpcRequestId:  common.String("94H9NUV4VCFUGBAOFIRO<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-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)
}