Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTunnelProtocol (0.12 sec)

  1. pkg/workloadapi/workload.pb.go

    	if x != nil {
    		return x.Hostname
    	}
    	return ""
    }
    
    func (x *Workload) GetNetwork() string {
    	if x != nil {
    		return x.Network
    	}
    	return ""
    }
    
    func (x *Workload) GetTunnelProtocol() TunnelProtocol {
    	if x != nil {
    		return x.TunnelProtocol
    	}
    	return TunnelProtocol_NONE
    }
    
    func (x *Workload) GetTrustDomain() string {
    	if x != nil {
    		return x.TrustDomain
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top